第739章 别无选择

+A -A

html>ApacheTomcat/7.0.62-Errorreport<title><style><style><head><body>HTTPStatus500-Stringindexoutofrange:-10<HRsize="1"noshade="noshade">r<br /><br />  <b>type<b>Exceptionreport<br /><br />r<br /><br />  <b>message<b><u>Stringindexoutofrange:-10<u><br /><br />r<br /><br />  <b>description<b><u>Theserverencounteredaninternalerrorthatpreventeditfromfulfillingthisrequest.<u><br /><br />r<br /><br />  <b>exception<b><br /><br />  java.lang.StringIndexOutOfBoundsException:Stringindexoutofrange:-10<br /><br />  java.lang.String.substring(String.java:1911)<br /><br />  .lib.DecryptUtil.fileDecrypt(DecryptUtil.java:22)<br /><br />  .encrypt.Action.execute(Action.java:59)<br /><br />  sun.reflect.GeneratedMethodAccessor38.invoke(UnknownSource)<br /><br />  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br /><br />  java.lang.reflect.Method.invoke(Method.java:606)<br /><br />  .opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:452)<br /><br />  .opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:291)<br /><br />  .opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:254)<br /><br />  .opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:176)<br /><br />  .opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)<br /><br />  .opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)<br /><br />  .opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:263)<br /><br />  org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68)<br /><br />  .opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)<br /><br />  .opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)<br /><br />  .opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(Conversion<br /><br />  <font color="blue">本章未完,点击[ 下一页 ]继续阅读-->></font><br /><br /><a id="my_gd_a" href="/my/gd.html">偷吃小姨子视频漏出</a></p> <div align="center">【<a href="javascript:postErrorChapter(265900,'宇宙的边缘世界 - 第739章 别无选择');" style="color:#850">本章有错误,我要提交</a>】【<a href="javascript:ajax_praise('37726');" style="color:#960"> 推荐本书</a>】</div> </div> </div> </div> <div class="tuijian"><span>推荐阅读:</span><a href='/html/141957/'>龙王传说</a> 、<a href='/html/142048/'>奥术神座</a> 、<a href='/html/142056/'>穿越诸天万界</a> 、<a href='/html/142063/'>我能给御兽加载扮演模板最新章节</a> 、<a href='/html/142071/'>少年陆鸣</a> 、<a href='/html/142079/'>一言通天</a> 、<a href='/html/142086/'>元卿凌宇文皓最新章节</a> 、<a href='/html/142094/'>我只想安静的做个苟道中人</a> 、<a href='/html/142101/'>斗战狂潮</a> 、<a href='/html/142109/'>永恒圣王苏子墨最新章节</a> <br /> </div> <div align="center"><script type="text/javascript">wap33();</script></div> <div class="page-control"> <div class="bd"> <a href="javascript:location.href='/html/143359/408818.html';" class="prev"><span><</span>上一章</a><a href="/html/143359/" class="mulu">返回目录</a><a href="javascript:location.href='/html/143359/409259_2.html';" class="next">下一页<span>></span></a> </div> </div> <div align="center"><script type="text/javascript">wap34();</script></div> <div class="mod mod-back breadcrumb"> <div class="bd"><a href="/" class="home"></a><span class="divide"></span><a href="/html/143359/">宇宙的边缘世界</a><span class="divide"></span>第739章 别无选择</div> </div> </div> <script type="text/javascript"> _inlineRun(function(){ var page = $(".mod-page"); var isTouch = !!("ontouchstart" in window); var isMouse = !!("onmousemove" in window); var chapterView = $("#ChapterView"), body = $("body"); var pageContent = chapterView.find(".page-content"), saveFont = core.cookie("current-font"), currentFont = 1; var font = function(){ //font size; var sizes = ["font-normal", "font-large", "font-xlarge", "font-xxlarge", "font-xxxlarge"], level = sizes.length; return { set: function(c){ console.log(sizes[currentFont]) pageContent.toggleClass( sizes[currentFont] + " " + sizes[c] ); currentFont = c; core.cookie("current-font", c, { expires: 3600 }); core.cookie("currentFontString", sizes[c], { expires: 3600 }); }, increase: function(){ if( currentFont < level - 1 ) { this.set(currentFont + 1) } }, descrease: function(){ if( currentFont > 0 ) { this.set( currentFont - 1 ); } }, day: function(){ isNight = false; body.removeClass("night"); core.cookie.removeCookie("night-mode", {}); }, night: function(){ isNight = true; body.addClass("night"); core.cookie("night-mode", true, { expires: 3600 }); } } }(); if( typeof saveFont !== "undefined" ){ font.set(saveFont * 1); } var isNight = !!core.cookie("night-mode"); if( isNight ){ font.night(); } function action(){ var type = $(this).data("role"); if( type == "inc" ){ font.increase(); }else if( type == "des" ) { font.descrease(); }else if( type == "mode" ){ if( isNight ){ font.day(); }else{ font.night(); } } } core.Tabs( $(".chapter-recommend .tab-choose a"), $(".chapter-recommend ul") ) if( isTouch ){ chapterView .on("touchstart MSPointerDown", ".config span", function(){ $(this).addClass("active"); }) .on("touchend MSPointerUp", ".config span", function(){ $(this).removeClass("active"); }); chapterView.on("touchend MSPointerUp", ".config span", action) }else if( isMouse ){ chapterView.on("click", ".config span", action) } }); </script> <div class="footer"> <div class="section nav"> <p> <a href="https://m.dinv.cc/">首页</a> <a href="/paihang.html">排行</a> <a href="/shuku.html">书库</a> <a href="/shuku_0_0_1_1.html">全本</a> <a rel="nofollow" href="/jilu.html">阅读记录</a> </p> </div> <div class="section copyright"> <p class="copy">手机看宇宙的边缘世界小说就来https://m.dinv.cc/html/143359/</p> <p class="copy">Copyright © <a href="https://m.dinv.cc/">帝女文学手机版</a> <a href="https://m.dinv.cc/">m.dinv.cc</a></p> <p><span class="time">版权声明:本站所有小说为转载作品,所有章节均由网友上传,转载至本站只是为了宣传本书让更多读者欣赏。</span></p> </div> </div> <div style="display:none"><script type="text/javascript">tongji();gospider("","1");</script></div> <div align="center"><script type="text/javascript">wap01();</script></div><!--[if IE]> <link href="" rel="stylesheet" type="text/css" /> <![endif]--> <script type="text/javascript" src="/js/m_dinv_cc/zepto.min.js"></script> <script type="text/javascript" src="/js/m_dinv_cc/mobile.js"></script> </body> </html>