摘要: //首先备份下jquery的ajax方法 var _ajax=$.ajax; //重写jquery的ajax方法 $.ajax=function(opt){ //备份opt中error和success方法 var fn = { error:function(XMLHttpRe... 阅读全文
posted @ 2017-01-06 17:29 花语苑 阅读(4490) 评论(0) 推荐(0)
摘要: 转载自:https://zhidao.baidu.com/question/428326076480233092.html 阅读全文
posted @ 2017-01-06 17:26 花语苑 阅读(7423) 评论(0) 推荐(1)