Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/451.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
IE6调试javascript_Javascript_Debugging_Internet Explorer 6 - Fatal编程技术网

IE6调试javascript

IE6调试javascript,javascript,debugging,internet-explorer-6,Javascript,Debugging,Internet Explorer 6,我知道有人问过,但这在IE6(winxp)中很奇怪 JS代码在以下情况下崩溃: var result = .... if(result==200) <-- this is the reported error in IE6, something at line 62 char 5 var结果=。。。。 如果(结果==200)这可能会帮助您: 它是javascript中的firebug克隆,与IE6兼容 从文档中,了解如何安装: <!-- Include the following

我知道有人问过,但这在IE6(winxp)中很奇怪

JS代码在以下情况下崩溃:

var result = ....
if(result==200) <-- this is the reported error in IE6, something at line 62 char 5
var结果=。。。。

如果(结果==200)这可能会帮助您:

它是javascript中的firebug克隆,与IE6兼容

从文档中,了解如何安装:

<!--  Include the following code at the top of the <head> of your page -->
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>


编辑:发现不支持调试javascript代码。不管怎样,正如有人对您说过的评论一样,请看下面的答案:。

所以您正在处理使用IE6的问题?你太差劲了。@epascarello:如果你忽略了中国,这个比例实际上不到1%:)如果你的应用程序服务于大型企业环境,这个比例要高得多。但是,你还是很差劲。解决你的问题不会帮助我们更快地杀掉IE6。你能把你的代码浓缩成一个小的代码片段供人们运行吗?您的代码是否曾经执行过
delete result
delete x[y]
where
x==window&&y==result