例如如下代码console.log(typeof(newArray()));console.log(typeof([]));它们的输出都是object,为什么不是array呢?那么我们怎么判断一个对象是普通的object还是array类型呢? 查看完整描述