找到相关内容 1
部分浏览器对typeof方法的错误实现
1,IE6/7/8中typeof运算符对BOM对象如window,document,location,history等错误的返回“object”,标准浏览器都返回“function”。 alert(typeof window.alert); alert(typeof document.write); alert(typeof document.ge
http://www.cyqdata.cn/cnblogs/article-detail-35135