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

ThinkPHP Constants

APP_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
THINK_VERSION
5.0.18
THINK_START_TIME
1653472754.1089
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(-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('867578', '') </li> <li> at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs(<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), ['867578', '']) 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> 867578 </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> 39780 </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=867578 </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=867578 </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> 1653472754.1084 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1653472754 </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> 1653472754.1089 </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> ...

《盛世龙吟》 第4章 第十名!永乐大帝! 免费试读

【盘点十大帝王盛世!】

【第十名!】

【大明!!】

【永乐大帝!永乐盛世!】

“永乐大帝是谁?”

前朝的秦朝等朝代君王都是一脸疑惑。

而大清乾隆世界,

乾隆一脸愤怒,这朱棣,能比自己强?

“怎么可能?永乐皇帝怎么能够位列十大盛世?应该是我大清康乾盛世才对?朕才是缔造了千古,未有的盛世!”

乾隆皇帝大怒,一脚踢翻了桌椅。

和珅吓得面如土色,双眼一翻,急忙谄媚道:

“陛下息怒。这不知名的神仙,评定的是十大盛世,这永乐皇帝排在最后一名,自然先上榜。”

“而我大清位列第一,肯定是最后才会点评到!”

乾隆顿时转怒为喜。

“你这奴才言之有理!”

。。。。。。。

“大明?永乐大帝?”

大明,朱元璋位面。

朱元璋望着天空中金色的大字,异常的开心。

“是我大明朝的皇帝!”

“但不知道是我的后世第几代子孙?”

。。。。。。。。

大明,永乐大帝位面。

紫禁城。

朱棣已经头发花白,他眼望着天空中的大屏幕,脸上露出一丝得意的笑容。

“朕竟然上榜了!哈哈!”

这就说明天道和神仙已经肯定了他的功绩,“靖难之役”的污点,现在终于可以彻底的洗清了。

“恭喜父皇!父皇开创的盛世上榜了!”

大殿下,坐着一个三百多斤的胖子,稍微说几句话就不住的喘息,正是太子朱高炽。

“父皇雄才大略远胜唐宗宋祖,永乐盛世是唐太宗贞观之治万万不及!肯定占有一席之地!”

朱高炽身边站着一个身形异常彪悍的男子,正是汉王朱高煦。

朱高煦微微皱了皱眉头。

“太祖洪武之治应为榜单第一,而父皇的永乐盛世应该排名第二!这榜单竟然仅仅将父皇排在最末,恐怕太偏颇了!”

他身旁一个精神抖擞的青年,向朱棣恭恭敬敬的道:“恭喜皇爷爷,贺喜皇爷爷!皇爷爷一朝列入十大盛世,必定名留青史,千古流传!”正是皇太孙朱瞻基。

朱棣抚摸着花白的胡须,呵呵一笑。

他望了一眼朱高煦。

“朕虽然取得了一些功绩,但自认为,比起唐太宗及其贞观之治,还是有些差距!煦儿不可太过狂妄了!”

他心里叹息一声,这个儿子觊觎皇位,竟然连这种阿谀之词都说得出来。

他心里有些失望。

朱高煦却不以为然,笑道:“那是父皇您谦虚,如今普天之下,哪个百姓不盛赞,除了太祖洪武大帝,只有陛下是千古为由的明君圣主!”

朱瞻基心里冷笑,知道他的心思,也不点破。

与此同时。

视频中,出现一座恢宏的建筑,正是紫禁城。

太和殿内,一个身材高大、头发花白、身着明黄龙袍的老者,全身金光笼罩着,周围九条金龙上下盘旋飞舞着。

各个世界的帝王们看得一清二楚。

“这就是永乐大帝?”

“不知道他做出了什么功绩?被称为永乐盛世?还跻身排行榜上?”李世民喃喃自语着。

“永乐盛世?比得上朕的文治武功吗?”刘彻道。“这榜单上,朕有一席之地才对!”

【靖难何须百万兵,驰来天下任纵横。】

【扬帆夷海八方摄,饮马胪朐三卫清。】

【浩浩文章收大典,滔滔武略负雄名。】

【苍黄傲立听风雨,六百年来紫禁城】

【一将成龙万骨枯,百年一世图虚名。】

大屏幕上出现一首气势磅礴的诗。

金色的大字映入每个人的眼帘。

朱棣望着那首诗,激动不已。

这几乎点评了他一生的功过是非。

【永乐大帝,又称明成祖!】

【他是明太祖朱元璋的第四子,原来被封为燕王!】

曾聚贤的声音缓缓的传出来,响彻诸天万界。

“燕王?老四?”

洪武大帝时期。

朱元璋听到这话不由得脸色大变,震怒不已。

“朕不是将皇位传给了皇太孙朱允文吗?老四抢了过去?”

“这个逆臣贼子!”

朱元璋暴怒不已,身边所有的人都吓得瑟瑟发抖。

他身旁站立着一个年轻人,谦卑恭敬,正是朱允文。

他刚刚被立为太子。

朱允文脸色一暗,自己的皇位,以后仍然被皇叔抢了去?

自己不是他的对手?那自己是不是性命不保了?

“传朕旨意,命令燕王朱棣即刻进京,不得有误!违令者斩!”朱元璋怒不可遏。

身边的老太监急忙道。

“启禀陛下,燕王殿下昨日呈上奏折说,他参加完皇太孙的储君典礼之后回去,染上了风寒,一病不起。”

“恳请陛下命令太医前去医治!”

朱元璋恨恨的握紧了拳头。

“这小子早有预谋了!”

。。。。。

【朱棣年少时被封为燕王,镇守边境。】

【朱允文登基后削藩。】

【朱棣随即打出以尊祖训、诛‘奸臣’齐泰、黄子澄,为国‘靖难’之名,誓师出征。】

朱元璋双目一眨不眨,凝心静气地聆听着,他想知道自己这个儿子到底是怎么夺权的。

【朱允文虽然拥有几十万大军,但因为朱元璋晚年将开国功臣屠杀殆尽,以至于在靖难之役,竟然没有大将可派。】

【朱棣虽然兵少将寡,但却节节胜利。】

天空中的视频不住变幻。

画面中,从南方而来的军队,密密麻麻,漫山遍野,一个硕大的“明”字旗帜异常的显眼。

而从北方而来的兵卒,人数稀少,一面黑色的“燕”字迎风飘展。

双方大军刚一交战,就见朱允文的军队一溃千里,士兵纷纷逃散。

而燕军却越战越勇,以一敌十,不住追杀那些逃亡的士兵。

【经过四年的战争,朱棣终于攻入应天府南京城。】

【南京城破后,仍然有数千文臣武将誓死不降,朱棣在皇宫内大肆杀戮,血流成河。只第一日,就有三万人被杀。】

天空中的画面一转。

只见整个南京城皇宫,遍地鲜血。

尸首堆了一地。

宫门、城墙、大殿上鲜血横流。

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

APP阅读入口>>点击阅读

相关资讯

最新资讯

@2019 心醉阅读吧