//obj是一个对象,但不是个数组所以返回false console.log(obj instanceof Array); //false //arr是一个数组,但也属于对象所以返回true ...
確定! 回上一頁