监测页面ajax请求
2021-06-16 14:02
阅读:452
标签:before 请求 alert 服务 res pre setup function let 监测页面ajax请求 标签:before 请求 alert 服务 res pre setup function let 原文地址:http://www.cnblogs.com/likwin/p/7271367.html
$.ajaxSetup({
beforeSend: function () {
},
complete: function () {
},
error: function () {
alert(‘服务器响应失败,请稍后重试‘)
}
});
评论
亲,登录后才可以留言!