js判断一个对象是否是数组 发表于 2024-03-11 阅读次数: 阅读次数: Valine: 第一种 1Object.prototype.toString.call() 第二种 1Array.isArray() 第三种 1obj instanceof Array