Loading

摘要: //方案一 Admin::script( <<<JS (function ($) { //备份jquery的ajax方法 var _ajax = $.ajax; //重写jquery的ajax方法 $.ajax = function (opt) { //备份opt中error和success方法 v 阅读全文
posted @ 2023-03-17 11:01 sugarCat 阅读(237) 评论(0) 推荐(0)