xhr.status 为 8 在 IE8 中意味着什么?

发布于 2024-11-08 04:57:39 字数 130 浏览 0 评论 0原文

我只想知道 xhr.status 8 的含义是什么以及可能的原因是什么(因为我的 ajax 失败了,它的状态是给我的)。

谢谢

编辑:只是忘记指定它仅在 IE、Chrome 或 FireFox 中有效(没有错误)。

i just want to know what is the meaning of the xhr.status 8 and what is the possible cause of that (because my ajax failed and its the status that is given to me).

Thanks

Edit : Just forget to specify that its only in IE, in Chrome or FireFox, it works (no error).

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

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

发布评论

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

评论(2

最单纯的乌龟 2024-11-15 04:57:39

也许您可以使用像 jQuery 这样的库,它可以很好地消除浏览器差异?

Maybe you can use a library like jQuery that does a pretty good job of abstracting away browser differences?

恰似旧人归 2024-11-15 04:57:39

这里同样的问题。我们发现的唯一修复是返回 less json 似乎可以“解决”问题。在我们的例子中这是可以接受的,但我意识到在大多数情况下这是不能接受的。

编辑

还应该提到我们正在使用 YUI3。所以它一定不是特定于库的。

Same problem here. The only fix we found was that returning less json seemed to "fix" the problem. In our case this was acceptable, but I realize in most cases it's not.

Edit

Also should mention we are using YUI3. So it must not be library specific.

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