Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下哪个答案是正确的?
HTTP 状态 200 和 HTTP 就绪状态 TRUE
在我所有的应用程序中,我只ready state 4需要成功,这意味着:请求完成并且响应(如果有)可用。
ready state 4
但就像 Madmartigan 非常明智地评论:定义你的成功版本。
通常,需要 HTTP 就绪状态 4 和 HTTP 状态代码 200,以保证数据已成功传输回您的程序。