[2] ErrorException in Intro.php line 63

mt_rand(): max(0) 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(0) is...', '/www/wwwroot/mz.xshu...', 63, ['content' => ['', ''], 'count' => 0])
  3. at mt_rand(1, 0) in Intro.php line 63
  4. at Intro->rand(['', '']) in Intro.php line 37
  5. at Intro->index('865988', '')
  6. at ReflectionMethod->invokeArgs(object(Intro), ['865988', '']) 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
865988
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
57466
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=865988
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/intro&id=865988
SCRIPT_FILENAME
/www/wwwroot/mz.xshuoba.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1653446917.0189
REQUEST_TIME
1653446917
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
THINK_VERSION
5.0.18
THINK_START_TIME
1653446917.0194
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-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(0) 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(0) is smaller than min(1)">mt_rand(): max(0) is...</a>', '<a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php">/www/wwwroot/mz.xshu...</a>', 63, ['content' => ['', ''], 'count' => 0]) </li> <li> at mt_rand(1, 0) 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('865988', '') </li> <li> at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs(<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), ['865988', '']) 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> 865988 </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> 57466 </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=865988 </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=865988 </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> 1653446917.0189 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1653446917 </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> 1653446917.0194 </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> ...

《女神的贴身医王》 第10章 起死回生!! 免费试读

没错,张天鹤太吃惊了。

他看到林阳针灸,竟然也用的是鬼门十三针,这且不算,他发现林阳的针灸手法,比之他还要熟练精妙!

要知道,鬼门十三针,那可是鬼医门不传之秘!

这个小子,显然不是鬼医门的人,他是怎么会这种针灸手法的?

而且,最让张天鹤吃惊的是是接下来的一幕……

他再次眼珠子瞪大,露出一片震撼之色:“这这……好像是鬼门十三针的后几针!”

是的,张天鹤惊呆了,他没想到,林阳不但会施展鬼门十三针,而且,就连后几针都会!

要知道,他张天鹤浸淫中医四十年,却也不过只会施展前六针罢了。

他之所以能看出来林阳施展的是后几针,那是因为他曾经看过鬼医门的一位老祖宗施展过后几针……

那位老祖宗曾说:“想要学会鬼门十三针的后几针,那就需要大机缘,你们没有机缘啊!”

这一刻,张天鹤惊骇莫名,心头掀起一片惊涛骇浪。

他真是被眼前这个年轻人给震住了。

张天鹤目光死死的盯着林阳行针的手法,一只手,竟然也情不自禁的跟着模仿了起来……

甚至于,他嘴里还不断叫着:“精妙精妙!而且,针与针之间,还有气息相连……厉害啊!”

张天鹤虽然心头这么想,可是转念他一想,就算这年轻人会鬼门十三针的后几针,可是老太太终究是死了啊!

死人怎可复生呢!

就在张天鹤暗暗想着的时候,就听得一道干咳声响起。

接着,便是叶家子孙,一片惊呼——

“天哪!奶奶真醒了!”

“这一定是我刚才祈祷的功劳!”

“这不会是诈尸吧?”

“这小子,还真把奶奶给救醒了啊!”

此时,张天鹤朝床上看去,也是身躯猛震,瞳孔收缩。

因为,他看到老太太果然缓缓睁开了双眼,显然已经醒来。

看到老太太醒来,叶玉清和王宝儿都是惊喜对视了一眼。

王宝儿道:“表姐,没想到,这个臭流氓,还真有几把刷子呢。”

叶玉清也是轻轻点头,深深的看了一眼林阳,心头暗暗庆幸自己把林阳找回来了。

这个家伙,虽然道德沦丧,但终究还是有些本事的。

老太太一醒来,看到一个浓眉大眼、眉宇之间,带着一丝英气的青年,正在为自己针灸,心头突然一动,微微笑道:“小伙子,若不是你救了老身,老身只怕就活活被这帮‘孝子贤孙’活埋了。”

唰!

老太太的话,令得叶家人都是老脸通红,尴尬无比。

林阳微微一笑,径直拔掉银针,说道:“老太太,您刚才只是假死罢了。而您的体内的不调之症,已经被我给调理好了,我再给您开一副药,你服用个几天,也就彻底好了……”

“不可能!不可能!已死之人,怎能复生!”

张天鹤嘴里大叫着,瞪着眼珠子,冲到老太太的身旁,也不顾礼貌,立马扣住了老太太的脉门诊断了起来……

老太太脸色微微一沉,倒也没说什么话。

叶玉芳在一旁翻着白眼,暗暗嘀咕道:“有什么了不起的!说不定是瞎猫碰上死耗子。”

叶玉龙脸色也是无比难看,他没想到,自己请来的张老神医,不但没有治好奶奶的病,还说奶奶死了。

而堂妹叶玉清请来的那个逗比,竟然“起死回生”了,这不就被叶玉清又压一头了吗?这让他心头很是不甘!

张天鹤为老太太诊断了半天,老脸惨然,嘴里不断叫着:“怎么可能!怎么可能!老太太除了一些老病,其他病都没了,真怎么可能!明明已经……”

叶家人一听张天鹤诊断,说是老太太除了那些老病,其他病都没了,也都是心怀鬼胎,各种复杂。

他们看向林阳的目光,也都变得无比复杂。

老太太开口道:“张老神医,你的医术我是知道的,或许你马失前蹄呢。”

老太太这话绵里藏针,其实暗藏不满。

“你小子怎么会使本门的鬼门十三针的?”

张天鹤目光死死的盯着林阳质问道。

林阳耸耸肩道:“我会的多着了,我凭什么告诉你?”

“你……!小子,若是被老夫得知你偷学本门针灸手法,老夫定不饶你!哼!老夫告辞!”

张天鹤放了句狠话,觉得呆在这里,实在有点尴尬和窒息,便扭头就走。

可是一道声音却是骤然响起:“我说,张老神医,您别忙走啊。”

说着这话,一个身穿洛丽塔、白**的可爱萌妹子,骤然站了出来。

“小丫头,你有什么事?”张天鹤看着王宝儿道。

王宝儿道:“张老神医,难道您忘了您之前和臭……林阳打赌的事了吗?”

唰!

张天鹤老脸无比难看。

确实,他之前还和林阳打赌了。

若是林阳能救醒老太太,他就跪地叫爹。

现在……

张天鹤恨不得找个地缝钻进去。

王宝儿眨着月牙一般的眼睛,笑眯眯道:“张老神医,您可是本市四大神医啊,如果您输不起的话,大可以走。”

“你……我……”

张天鹤差点被王宝儿这话,憋出内伤。

叶玉龙立马站了出来,沉声道:“宝儿,你胡闹什么!刚才,张老神医只是戏耍之言罢了,现在奶奶已经醒来了,自然是先照顾奶奶要紧!”

张天鹤松了一口气,终于有人帮自己说话了。

岂知,就在张天鹤那口气还没洗完之时,一道清冷的声音传了过来:“张老神医输了,那就叫戏耍之言,那如果林阳输了,那要不要遵守约定呢?”

骤然开口的,正是叶玉清。

就连林阳也是十分讶异的看向叶玉清,他没想到,这个清冷的“小迷妹”,竟然帮自己说话。

叶玉清很感激于林阳救醒了奶奶,自然要帮林阳说话了。

张天鹤老脸难看,此时坐在床边的老太太,又来了致命一刀:“都是有头有脸的人物,愿赌服输,没什么大不了的。不过,依老身之见,张老神医毕竟是老人,这一声爹就不必叫了,就给小林神医磕个头吧。”

张天鹤:“……”

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

APP阅读入口>>点击阅读

相关资讯

最新资讯

@2019 心醉阅读吧