xhr.status 为 8 在 IE8 中意味着什么?
我只想知道 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您可以使用像 jQuery 这样的库,它可以很好地消除浏览器差异?
Maybe you can use a library like jQuery that does a pretty good job of abstracting away browser differences?
这里同样的问题。我们发现的唯一修复是返回 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.