gpt4 book ai didi

javascript - `jqXHR.status` 的可能值是多少?

转载 作者:数据小太阳 更新时间:2023-10-29 04:37:27 25 4
gpt4 key购买 nike

jqXHR.status 的可能值是什么?

到目前为止,我可以看到以下内容:

if (jqXHR.status === 0) { msg = 'Network Problem'; }
else if (jqXHR.status == 404) { msg = 'Requested page not found. [404]'; }
else if (jqXHR.status == 500) { msg = 'Internal Server Error [500].'; }

最佳答案

可以在这里找到任何东西。

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

status 值是 HTTP 服务器在响应中发送的 HTTP 协议(protocol)状态字段。

注意此时,jquery ajax documentation表示 status 已弃用,您应该改用 statusCode

关于javascript - `jqXHR.status` 的可能值是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9792785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com