84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
使用$.post()发送一个请求,浏览器会等多久,才会把pending转换为failed?
欢迎选择我的课程,让我们一起见证您的进步~~
ajax 默认异步,不需要等,但是如果你后台接口有问题,那就需要等,参考链接
既然用的 jQuery 并且问的是浏览器等多久,那么可能有两方面:
jQuery ajax 相关设置里里面有个参数叫 timeout,用于设置请求的超时时间的,默认并没有设置
timeout
浏览器可能有这方面的设置,不过通常似乎并没有看见,不过哪怕有应该也会比较大
ajax 默认异步,不需要等,但是如果你后台接口有问题,那就需要等,参考链接
既然用的 jQuery 并且问的是浏览器等多久,那么可能有两方面:
jQuery ajax 相关设置里里面有个参数叫
timeout
,用于设置请求的超时时间的,默认并没有设置浏览器可能有这方面的设置,不过通常似乎并没有看见,不过哪怕有应该也会比较大