[2] ErrorException in Intro.php line 63

mt_rand(): max(-1) is smaller than min(1)

  1. protected function rand($content = array())
  2. {
  3. //简介长度控制在40 ~ 60
  4. //根据长度自动补全
  5. //需要避免省略号开头
  6. //需要避免文字过少
  7. //需要避免文字过多
  8. $count = count($content) - 2; //避免随机到结尾处为空
  9. //dump("count:".$count);
  10. $rand = mt_rand(1, $count);
  11. //dump("rand:".$rand);
  12. $data = "";
  13. $length = mb_strlen($content[$rand]);
  14. $dr = mt_rand(40, 60); //随机长度
  15. //dump($content[$rand]);
  16. //dump("length:".$length);
  17. //先判断字数多于60的情况
  18. if($length > 60){

Call Stack

  1. in Intro.php line 63
  2. at Error::appError(2, 'mt_rand(): max(-1) i...', '/www/wwwroot/mz.xshu...', 63, ['content' => [''], 'count' => -1])
  3. at mt_rand(1, -1) in Intro.php line 63
  4. at Intro->rand(['']) in Intro.php line 37
  5. at Intro->index('719595', '')
  6. at ReflectionMethod->invokeArgs(object(Intro), ['719595', '']) in App.php line 343
  7. at App::invokeMethod([object(Intro), 'index'], []) in App.php line 611
  8. at App::module(['index', 'intro', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  9. at App::exec(['type' => 'module', 'module' => ['index', 'intro', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  10. at App::run() in start.php line 19
  11. at require('/www/wwwroot/mz.xshu...') in index.php line 24

Environment Variables

GET Data

id
719595
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_ACCEPT
*/*
HTTP_HOST
mz.xshuoba.com
PATH_INFO
/index/intro
REDIRECT_STATUS
200
SERVER_NAME
mz.xshuoba.com
SERVER_PORT
80
SERVER_ADDR
172.26.229.129
REMOTE_PORT
41214
REMOTE_ADDR
47.244.25.23
SERVER_SOFTWARE
nginx/1.15.10
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/mz.xshuoba.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/index/intro?id=719595
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/intro&id=719595
SCRIPT_FILENAME
/www/wwwroot/mz.xshuoba.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1653468460.3021
REQUEST_TIME
1653468460
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
THINK_VERSION
5.0.18
THINK_START_TIME
1653468460.3027
THINK_START_MEM
405040
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/
LIB_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/library/
CORE_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/mz.xshuoba.com/
EXTEND_PATH
/www/wwwroot/mz.xshuoba.com/extend/
VENDOR_PATH
/www/wwwroot/mz.xshuoba.com/vendor/
RUNTIME_PATH
/www/wwwroot/mz.xshuoba.com/runtime/
LOG_PATH
/www/wwwroot/mz.xshuoba.com/runtime/log/
CACHE_PATH
/www/wwwroot/mz.xshuoba.com/runtime/cache/
TEMP_PATH
/www/wwwroot/mz.xshuoba.com/runtime/temp/
CONF_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/mz.xshuoba.com/addons/
..."/>
《被抄家后,她变身成了黑莲花》by香林

《被抄家后,她变身成了黑莲花》by香林

发布时间:2022-05-25

>>>>《被抄家后,她变身成了黑莲花》在线阅读<<<<

《被抄家后,她变身成了黑莲花》小说简介

《被抄家后,她变身成了黑莲花》是由作者香林为大家精心创作的一本古代言情类小说,该小说主角是苏南衣云景,这是一本别具一格古代言情小说,该小说讲述了:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>System Error</title> <meta name="robots" content="noindex,nofollow" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <style> /* Base */ body { color: #333; font: 14px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^="col-md-"] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana; padding-left: 48px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,"Liberation Mono",Courier,"微软雅黑"; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ </style> </head> <body> <div class="echo"> </div> <div class="exception"> <div class="message"> <div class="info"> <div> <h2>[2]&nbsp;<abbr title="think\exception\ErrorException">ErrorException</abbr> in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 63">Intro.php line 63</a></h2> </div> <div><h1>mt_rand(): max(-1) is smaller than min(1)</h1></div> </div> </div> <div class="source-code"> <pre class="prettyprint lang-php"><ol start="54"><li class="line-54"><code> protected function rand($content = array()) </code></li><li class="line-55"><code> { </code></li><li class="line-56"><code> //简介长度控制在40 ~ 60 </code></li><li class="line-57"><code> //根据长度自动补全 </code></li><li class="line-58"><code> //需要避免省略号开头 </code></li><li class="line-59"><code> //需要避免文字过少 </code></li><li class="line-60"><code> //需要避免文字过多 </code></li><li class="line-61"><code> $count = count($content) - 2; //避免随机到结尾处为空 </code></li><li class="line-62"><code> //dump(&quot;count:&quot;.$count); </code></li><li class="line-63"><code> $rand = mt_rand(1, $count); </code></li><li class="line-64"><code> //dump(&quot;rand:&quot;.$rand); </code></li><li class="line-65"><code> </code></li><li class="line-66"><code> $data = &quot;&quot;; </code></li><li class="line-67"><code> $length = mb_strlen($content[$rand]); </code></li><li class="line-68"><code> $dr = mt_rand(40, 60); //随机长度 </code></li><li class="line-69"><code> //dump($content[$rand]); </code></li><li class="line-70"><code> //dump(&quot;length:&quot;.$length); </code></li><li class="line-71"><code> //先判断字数多于60的情况 </code></li><li class="line-72"><code> if($length &gt; 60){ </code></li></ol></pre> </div> <div class="trace"> <h2>Call Stack</h2> <ol> <li>in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 63">Intro.php line 63</a></li> <li> at <abbr title="think\Error">Error</abbr>::appError(2, '<a class="toggle" title="mt_rand(): max(-1) is smaller than min(1)">mt_rand(): max(-1) i...</a>', '<a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php">/www/wwwroot/mz.xshu...</a>', 63, ['content' => [''], 'count' => -1]) </li> <li> at mt_rand(1, -1) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 63">Intro.php line 63</a> </li> <li> at <abbr title="app\index\controller\Intro">Intro</abbr>->rand(['']) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 37">Intro.php line 37</a> </li> <li> at <abbr title="app\index\controller\Intro">Intro</abbr>->index('719595', '') </li> <li> at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs(<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), ['719595', '']) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 343">App.php line 343</a> </li> <li> at <abbr title="think\App">App</abbr>::invokeMethod([<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), 'index'], []) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 611">App.php line 611</a> </li> <li> at <abbr title="think\App">App</abbr>::module(['index', 'intro', <em>null</em>], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...], <em>true</em>) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 456">App.php line 456</a> </li> <li> at <abbr title="think\App">App</abbr>::exec(['type' => 'module', 'module' => ['index', 'intro', <em>null</em>]], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...]) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 139">App.php line 139</a> </li> <li> at <abbr title="think\App">App</abbr>::run() in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/start.php line 19">start.php line 19</a> </li> <li> at require('<a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/start.php">/www/wwwroot/mz.xshu...</a>') in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/public/index.php line 24">index.php line 24</a> </li> </ol> </div> </div> <div class="exception-var"> <h2>Environment Variables</h2> <div> <h3 class="subheading">GET Data</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>id</strong></div> <div class="col-md-9"><small> 719595 </small></div> </div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>POST Data</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Files</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Cookies</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Session</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <h3 class="subheading">Server/Request Data</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>USER</strong></div> <div class="col-md-9"><small> www </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HOME</strong></div> <div class="col-md-9"><small> /home/www </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_ACCEPT</strong></div> <div class="col-md-9"><small> */* </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_HOST</strong></div> <div class="col-md-9"><small> mz.xshuoba.com </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PATH_INFO</strong></div> <div class="col-md-9"><small> /index/intro </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REDIRECT_STATUS</strong></div> <div class="col-md-9"><small> 200 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_NAME</strong></div> <div class="col-md-9"><small> mz.xshuoba.com </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_PORT</strong></div> <div class="col-md-9"><small> 80 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_ADDR</strong></div> <div class="col-md-9"><small> 172.26.229.129 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REMOTE_PORT</strong></div> <div class="col-md-9"><small> 41214 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REMOTE_ADDR</strong></div> <div class="col-md-9"><small> 47.244.25.23 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_SOFTWARE</strong></div> <div class="col-md-9"><small> nginx/1.15.10 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>GATEWAY_INTERFACE</strong></div> <div class="col-md-9"><small> CGI/1.1 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_SCHEME</strong></div> <div class="col-md-9"><small> http </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_PROTOCOL</strong></div> <div class="col-md-9"><small> HTTP/1.1 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DOCUMENT_ROOT</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DOCUMENT_URI</strong></div> <div class="col-md-9"><small> /index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_URI</strong></div> <div class="col-md-9"><small> /index/intro?id=719595 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SCRIPT_NAME</strong></div> <div class="col-md-9"><small> /index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONTENT_LENGTH</strong></div> <div class="col-md-9"><small> </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONTENT_TYPE</strong></div> <div class="col-md-9"><small> </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_METHOD</strong></div> <div class="col-md-9"><small> GET </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>QUERY_STRING</strong></div> <div class="col-md-9"><small> s=/index/intro&amp;id=719595 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SCRIPT_FILENAME</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public/index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>FCGI_ROLE</strong></div> <div class="col-md-9"><small> RESPONDER </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PHP_SELF</strong></div> <div class="col-md-9"><small> /index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME_FLOAT</strong></div> <div class="col-md-9"><small> 1653468460.3021 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1653468460 </small></div> </div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Environment Variables</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <h3 class="subheading">ThinkPHP Constants</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>APP_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public/../application/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_VERSION</strong></div> <div class="col-md-9"><small> 5.0.18 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_START_TIME</strong></div> <div class="col-md-9"><small> 1653468460.3027 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_START_MEM</strong></div> <div class="col-md-9"><small> 405040 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>EXT</strong></div> <div class="col-md-9"><small> .php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DS</strong></div> <div class="col-md-9"><small> / </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>LIB_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/library/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CORE_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/library/think/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TRAIT_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/library/traits/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ROOT_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>EXTEND_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/extend/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>VENDOR_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/vendor/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>RUNTIME_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>LOG_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/log/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CACHE_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/cache/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TEMP_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/temp/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONF_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public/../application/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONF_EXT</strong></div> <div class="col-md-9"><small> .php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ENV_PREFIX</strong></div> <div class="col-md-9"><small> PHP_ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>IS_CLI</strong></div> <div class="col-md-9"><small> false </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>IS_WIN</strong></div> <div class="col-md-9"><small> false </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ADDON_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/addons/ </small></div> </div> </div> </div> </div> <div class="copyright"> <a title="官方网站" href="http://www.thinkphp.cn">ThinkPHP</a> <span>V5.0.18</span> <span>{ 十年磨一剑-为API开发设计的高性能框架 }</span> </div> <script> var LINE = 63; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })(); </script> </body> </html> ...

《被抄家后,她变身成了黑莲花》 第14章 免费试读

第14章

翌日一早,苏南衣卯时便起身,惊到了起身收拾的小桃。

二人一同锻炼了下身,活动了一下筋骨之后,苏南衣连早膳都没用,便让小桃去备马了。

府内安排倒是也快,不消半个时辰便备好了,于是,踩着东升的初阳,苏南衣便洋洋洒洒的出了门。

苏府内,听着夏氏来报,苏师玉微微蹙眉,“你说,南衣一早便离开了?可知去哪?”

夏氏摇了摇头,眼神划过一道算计,“去哪没说,需要妾身派人去打听打听吗?”

苏师玉眉头拧了拧,“这丫头,以往可是极少出府的,今日怎会如此奇怪?你派人跟着,如今我们苏家可是有不少目光在盯着,别做出什么辱没我苏家门楣的事情。”

夏氏眼中划过一道得意,“老爷别担心,南衣懂事,定然不会的,妾身这就安排人跟着,及时回来禀报。”

“嗯,对了,那件事情,压下去了吗?”

夏氏颔首,“已经压下了,荀夫人这边收了东西,自然不会说出去,晚儿的清白总算是保住了。”

“哎,这南衣也是,晚儿也不是有意的,只是一时被蒙了眼,她既然发现了,离开便是,咱们苏家也不会陷入如今这把境地,如今她反手算计了自己妹妹一把,这被人瞧了去,十张嘴也说不清楚,晚儿算是毁了,可重要的是,若是传了出去,我苏家的名声恐怕真的着地了。好在荀夫人好说话,要不然......”

“而且,这丫头到现在,居然也没有来跟老爷您认错,昨日晚儿去致歉,还被南衣给罚了,回来的时候,脖子上面都有红痕了,胳膊也磕破了皮。我这当娘的心,实在是......”

说着说着,夏氏就一副泫然欲泣的模样。

苏师玉蹙眉,心口软了几分,上前把人拦在了怀里,“这丫头如今是越发的不知礼数了,我不计较,倒是让她更加胡来,等她今日回来,我会好好训她的。”

夏氏眼神一转,随后娇柔的窝在苏师玉的怀里,“妾身这也是为了苏家着想。毕竟咱们苏家两个女儿,行为处事,都跟咱们苏家有关呢。她看不上我们母女,可总也得顾苏家的,顾老爷的面子啊。”

苏师玉一听她这般说,心头越发软了,“嗯,你放心,我会好好说她的。”

夏氏吸了吸鼻子,委屈的紧,“终究还是我们母女,这些年来一直名不正言不顺,也叫他人看不起。如今这晚儿也到了及笄之年,该是要说媒了,若是以庶女的身份出嫁的话,怕是......”

苏师玉别捏个正着,“别这么说,谁敢看不起你们?再等两日,我就把你扶正,到时候,晚儿也是嫡女。”

夏氏眉眼顿时一勾,满意了。

“还是老爷对妾身好。”

这厢,苏南衣坐在马车上,突然觉得鼻子一痒,随后捂着鼻子转头,“阿嚏!”

小桃一愣,“小姐可是着凉了?若不奴婢回去拿件披风?”

后者摇了摇头,“无碍,像是有人在谋算我罢了。”

她这直觉准的很,倘若是有人谋算她,她定是要打喷嚏的。

“啊?”

小桃顿时一僵。

“逗你的,我们还有多久才到?”

“半个时辰左右,早上行人不多,速度还是快的。”

苏南衣颔首,撩起了马车的帷裳。

顿时,周围的景物渐入眼底。

每一物,都带着熟悉感,却又让她感到极为陌生。

前世,为了帮助顾西宸坐上那个位置,她每日基本都窝在府邸替他研制各种药毒,鲜少来这心月城逛上一逛,如今再看,物是人非。

蓦的,苏南衣的眼神一僵。

一双眸子就这么定定的看着那从旁而过的府邸,在她的面前渐行渐远。

“小姐,你在看天医府吗?”

一旁的小桃注意到了苏南衣的眼神,有些好奇询问。

苏南衣睫毛微闪,随后快速放下了帷裳,几不可查的嗯了一声,“嗯。”

“小姐,人们都说这天医府谋害先皇,可奴婢不信。”

后者眼皮一颤,瞬间抬眸,“你为何不信?”

“奴婢先前曾经有幸见过那位苏小姐一面,她那双水眸生的极为清澈,那般的人,是不会做出这等谋逆之事的。”

苏南衣突然就觉得心口一疼。

她没想不到,小桃曾经见过她,她竟没料到,她只根据自己的眼睛,便能断定她不是那种人。

可她,还是做了那般之事。

虽然她先前被瞒,整个天医府都被瞒着,一直到先帝驾崩的那一刻她才知道自己被利用了。

可先帝的死,终究和她是有关的。

随之而来的,就是他的杀人灭口。

这时,一阵微风袭来,带起了苏南衣刚刚放下的帷裳。

帷裳之后,一道墨蓝色的身影,猝不及防钻入了苏南衣的凤眸之中。

咚!

那道身影的出现,仅仅是一闪而过,却让苏南衣瞬间当机!

“停车!”

小桃一惊,连忙钻出马车外吩咐,马夫死死拉住了缰绳,很快便停了下来。

苏南衣撩起自己的裙摆,转眼就跳了下去,一双眸子落在不怎么拥挤的街道上,却是看了许久都未曾再找到刚才的那抹身影。

唇角蔓延出一丝苦笑。

怎么可能。

对啊,这里是心月城,怎么可能会在这看到夏染呢?

他应该在江南,那等温柔乡里好好过自己的日子,不要掺杂到她天医府的这些事情里来。

这时,苏南衣的背后站定了一人。

温柔如水的嗓音钻入耳中,让她浑身一震。

“姑娘可是在找在下?”

在线阅读入口>>点击阅读

APP阅读入口>>点击阅读

相关资讯

最新资讯

@2019 心醉阅读吧