摘要:
例:一列数的规则如下: 1、1、2、3、5、8、13、21、34...... 求第30位数是多少。 <script type="text/javascript"> function jie (i){ if (i <= 0) return 0; else if(i > 0 && i <= 2) ret 阅读全文
摘要:
Class 'Think\Controller\FuController' not found 错误位置 FILE: D:\wamp\www\tinkphp\Application\Come\Controller\IndexController.class.php LINE: 5 问题出现在Tink 阅读全文