09 2019 档案
摘要:重写Handle的render方法,实现自定义异常消息 首先要在config.php里面配置 // 异常处理handle类 留空使用 \think\exception\Handle'exception_handle' => '\\app\\common\\exception\\ExceptionHa
阅读全文
摘要:简单的写法: <script> function decNum(a){/*获取小数位数*/ var r=0; a=a.toString(); if(a.indexOf(".")!== -1) r=a.split(".")[1].length; return r; } function int(a){
阅读全文
摘要:https://www.php.cn/manual/view/4446.html
阅读全文

浙公网安备 33010602011771号