IE6 JSON 未定义
我使用 ajax 和 Jquery 来调用我的 C# Web 方法。这些在 IE8、firefox 等中运行良好,但在 IE6 中会出现此错误。
有人有什么想法吗?
干杯
I am using ajax with Jquery to call my c# web methods. These work great in IE8, firefox etc but comes up with this error in IE6.
Anyone have any ideas?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IE6/7 没有原生 JSON 解析器。下面将这个功能添加到装备较少的浏览器中。
https://raw.github.com/douglascrockford/JSON-js/master /json2.js
IE6/7 does not have a native JSON parser. The following adds this functionality to lesser equipped browsers.
https://raw.github.com/douglascrockford/JSON-js/master/json2.js