IE8 Javascript问题
这个问题在这里已经有了答案:
IE8数组不支持indexOf方法
你可以参考这个SO问题,并扩展数组原型
为什么indexOf不能在数组IE8上工作?
换句话说:只需在你的调用之前添加问题答案的代码(也许在你的js文件的顶部)
// the one that starts with: Array.prototype.indexOf = function(elt /*, from*/)
IE8 JScript引擎没有indexOf
链接地址: http://www.djcxy.com/p/18955.html下一篇: JavaScript indexOf vs Array.prototype.indexOf IE compatibility error