摘要:
$(document).on('keydown', document, function (e) { var e = event || window.event || arguments.callee.caller.arguments[0]; if (e && e.keyCode == 13) { 阅读全文
摘要:
重写Handel的render()方法 <?php namespace app\lib\exception; use Exception; use think\exception\Handle; use think\facade\Log; class ExceptionHandle extends 阅读全文