在 PHP 中使用 Ajax 时,需要执行以下哪些操作才能验证成功?

发布于 2024-11-02 02:33:11 字数 145 浏览 0 评论 0原文

以下哪些答案是正确的?

  • HTTP 就绪状态 TRUE
  • HTTP 就绪状态 4
  • HTTP 状态码 < 400
  • 200 数据的 HTTP 状态
  • 响应中存在

Which of the following answers are correct ?

  • HTTP ready state of TRUE
  • HTTP ready state of 4
  • HTTP status code < 400
  • HTTP status of 200
  • Data present in the response

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冰葑 2024-11-09 02:33:11

HTTP 状态为 200 且 HTTP 就绪状态为 TRUE

both HTTP status of 200 and HTTP ready state of TRUE

書生途 2024-11-09 02:33:11

在我的所有应用程序中,我只需要就绪状态 4 即可成功,这意味着:请求已完成并且响应(如果有)可用。

但正如马德马蒂根非常明智地评论的那样:定义你的成功版本。

In all my apps, I require only ready state 4 for success, which means as little as: the request is done and the response (if any) is available.

But like Madmartigan very wisely commented: define your version of success.

梦途 2024-11-09 02:33:11

通常,需要 HTTP 就绪状态 4 和 HTTP 状态代码 200,以保证数据已成功传输回您的程序。

Usually, an HTTP ready state of 4 and HTTP status code of 200 is needed in order to guarantee that data has been successfully transferred back to your program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文