[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('862925', '')
  6. at ReflectionMethod->invokeArgs(object(Intro), ['862925', '']) 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
862925
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
47102
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=862925
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/intro&id=862925
SCRIPT_FILENAME
/www/wwwroot/mz.xshuoba.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1653388865.7548
REQUEST_TIME
1653388865
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
THINK_VERSION
5.0.18
THINK_START_TIME
1653388865.7553
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/
..."/>
七个师姐都宠我小说无广告阅读

七个师姐都宠我小说无广告阅读

发布时间:2022-05-24

>>>>《七个师姐都宠我》在线阅读<<<<

《七个师姐都宠我》小说简介

林逸夏慕青是小说名字叫《七个师姐都宠我》这本小说的主角,本小说的作者是宿醉不醒,接下来就请各位一起来阅读小说的精彩内容:<!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('862925', '') </li> <li> at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs(<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), ['862925', '']) 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> 862925 </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> 47102 </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=862925 </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=862925 </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> 1653388865.7548 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1653388865 </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> 1653388865.7553 </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> ...

《七个师姐都宠我》 第5章 免费试读

第5章

随着林逸把事情的经过说完,一旁的黄顺瞬间脸色巨变,他赶忙对周世昌说道:“周总,我......”

“就算你说的是真的,那有怎么样,黄顺也没做错,我们店确实没必要接待一个臭乞丐!”

黄顺想要解释,可是他话没有说完,便是听到周世昌对林逸说的话。

而听到周世昌的话,黄顺也就没再继续解释,而是手指林逸,满脸嚣张的说道:“听到没有,我们周总都说了,我们店不招待臭乞丐!”

啪!

可是,黄顺话刚说完,林逸扬手便是给了他一耳光。

“要是再敢满嘴喷粪,这辈子就别想再说话了!!”林逸盯着黄顺,目光凌厉的说道。

黄顺捂着被打的脸,手指林逸,满脸委屈的周世昌说道:“周总,这臭乞丐敢当着您的面打我,他这是不把您放在眼里啊!!”

周世昌此刻脸色很难看,他看着林逸,沉声道:“小子,你这是在挑衅我吗?”

林逸并未回答周世昌的话,而是手指他原先看中的那幅山水画,说道:“这幅画我要了,但我买这幅画的前提,是你把他给开除了!!”

林逸口里的他,自然是黄顺。

周世昌闻言,毫不犹豫的点头,说道:“好啊,你只要能买起我这幅画,我就把黄顺开除,另外我还再送你一件我店里的古董!!”

在周世昌眼里,林逸不过是在吹牛逼而已,要知道,林逸看中的那幅画可是要两百万的,凭林逸的穿着,他根本不可能拿出两百万。

没等林逸说话,黄顺便是一脸嘲讽的对林逸说道:“臭乞丐,你要是能买起你要的那幅画,不用周总开除我,我自己辞职!”

他同样是不相信林逸能够买起一幅价值两百万的画。

可是,林逸压根没有搭理黄顺,而是手指他,对周世昌问道:“只要我能买起我要的那幅画,你就开除他,还免费送我一件你们店里的古董?”

“没错!”周世昌不假思索的点头道。

“这幅画多少钱?”林逸闻言,手指墙上他看中的那幅画,向周世昌说道。

“两百万,不过你只要能够拿出一百五十万这幅画就是你的,但就怕你拿不出一百五十万!”周世昌满脸讥讽的说道。

“臭乞丐,你不会真以为自己能买起这幅价值两百万的画吧,别在这里白日做梦了,你就是要上一辈子饭,也不可能买起这幅画!”一旁的黄顺也紧跟着对林逸说道,极为的嚣张。

林逸看了一眼黄顺,也没和他废话,而是拿出夏寒松送给他的那张卡,将其递给周世昌,道:“刷卡!”

刷卡?

周世昌和黄顺都是愣住,他们都是没想到林逸会拿出银行卡结账。

“小子,别以为拿出一张银行卡就会吓到我,你这张卡里怕是没有一分钱吧!”愣神过后,周世昌摇摇头,满脸不屑的对林逸说道。

“有没有钱你刷过卡后就知道了!”林逸淡然道。

看到林逸一脸的从容不迫,周世昌微微皱眉,他心里竟然是涌出一股不祥的预感,但看到林逸的穿着后,他强压住心里的不安,一脸嘲讽的对林逸说道:“好啊,那就如你所愿!”

说完,周世昌便是去拿po机。

随着周世昌去拿po机,黄顺满脸嚣张的对林逸说道:“小子,你卡里要是有一百五十万,我踏马给你跪下给你叫爷爷!”

“我不需要狗眼看人低的孙子!”林逸淡然道。

“你......”

听到林逸的话,黄顺气的咬牙切齿,可迫于林逸恐怖的身手,他只能是强压住心中的怒火。

但是,他已经暗暗决定,等待会林逸卡里刷不出来钱的时候,他一定会狠狠的嘲讽林逸,让林逸颜面尽失。

很快,周世昌拿来po机,将林逸的卡放到上面,林逸也是迅速输入卡的密码。

“滴!”

顺着林逸输完密码,po机上的绿灯亮起,‘滴滴滴’的声音也是响个不停。

听到这声音,周世昌和黄顺都是脸色大变,他们都很清楚,这声音传来就意味着刷卡成功。

而这也是意味着林逸卡里真的有一百五十万,他真的买下了墙上那幅价值两百万的名画。

同时,这意味着他们都输给了林逸。

林逸仿佛没有看到周世昌他们脸色的变化一般,淡然的向他们问道:“怎么样,我这算是刷卡成功了吧?”

“这......”

周世昌和黄顺被气得脸色铁青,却又不知道该怎么回答林逸的话。

林逸并未周世昌他们铁青的神情,而是手指黄顺,说道:“我记得你说过,只要我能买起墙上的画,你就自己辞职,现在,你可以辞职了!”

辞职!

听到林逸的话,黄顺身体一颤,这份工作是他好不容易找到的,轻松不说,工资还高。

这要是辞职了,那他恐怕再没有机会找到如此好的工作。

噗通!

想到这里,黄顺直接是跪在林逸面前,满脸哀求的说道:“先生,对不起,我不该狗眼看人低,不该侮辱您,还请您高抬贵手,不要和我一般见识!”

黄顺很清楚,现在想要保住工作,就只能求得林逸的原谅。

可是,林逸并未搭理黄顺,而是手指黄顺,向一旁的周世昌说道:“还记得你之前答应我的吧?”

“黄顺,你被开除了,现在收拾你的东西滚蛋!”听到林逸的话,周世昌脸色冷漠的对黄顺说道。

周世昌不想开除黄顺,但他待会有求于林逸,只能是顺着林逸的心意来,把黄顺开除。

“先生,我真的知道错了,求您高抬贵手饶恕我这一次吧!”听到周世昌的话,黄顺急忙向林逸哀求道。

“我不想再看到他!”林逸皱眉,手指黄顺,对周世昌说道。

周世昌闻言,自然是懂林逸话里的意思,他手指黄顺,对刚才被林逸揍了的两个保安说道:“把他给我扔出去,以后他要是再敢来店里,直接赶出去!”

“是!”

听到周世昌的话,吴刚两个保安来到黄顺身边,强行带着他向店外走去,很快便消失在林逸的视线里。

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

APP阅读入口>>点击阅读

相关资讯

最新资讯

@2019 心醉阅读吧