简体   繁体   English

Asp.net和JS错误

[英]Asp.net and JS Error

Unhandled exception at line 1, column 1564 in http://static.getjs.net/sd/1018/1012.js http://static.getjs.net/sd/1018/1012.js中第1行第1564列的未处理异常

0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'appendChild': object is null or undefined 0x800a138f-Microsoft JScript运行时错误:无法获取属性'appendChild'的值:对象为null或未定义

I get this error everytime I test a website in IE, no specific website. 每当我在IE中测试一个网站(没有特定网站)时,都会收到此错误。 I changed one page on a site and it gave me this error. 我在网站上更改了一页,这给了我这个错误。 I first thought I did something wrong but then I rolled back the changes, but the error didnt go away, then I thought to test it in chrome, everything worked fine, then I tested other projects I made in IE I get this error in all my projects. 我首先以为我做错了什么,但是后来我回滚了更改,但是错误并没有消失,然后我想用chrome测试它,一切正常,然后我测试了我在IE中所做的其他项目,但我都收到了这个错误我的项目。

If I continue, the site still works until I go to a next page 如果我继续,该站点仍然可以使用,直到我进入下一页

If it possible that you are missing a JSON polyfill for IE? 是否有可能缺少IE的JSON polyfill?

You have the line: JSON.stringify(b) 您所在的行是: JSON.stringify(b)

Before IE8, there wasn't support for JSON.stringify(b) and you had to load your own script to support that action. 在IE8之前,不支持JSON.stringify(b) ,您必须加载自己的脚本来支持该操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM