js Array的方法及属性总结

isArray() 判断是否为数组

ie,chrome中都适用

console.log(Array.isArray([1,2])) //true
原文地址:https://www.cnblogs.com/tianxiaoxiao/p/9979879.html