因为这个操作符是检测对象的原型链是否指向构造函数的prototype对象的。 var arr = [1,2,3,1]; alert(arr instanceof Array); // true 3.对象的constructor属性除了 ...
確定! 回上一頁