
本文章来介绍一下关于在ie下出来object doesn’t support this property or method,但js看上去没有任何一点问题。
一段看不出有任何问题的代码, 在ie下报错:”object doesn’t support this property or method”.代码如下:
function foo(obj) {
productTree = obj.toString();
document.getElementById('productTree')....