首页 > 技术文章 > js Array的方法及属性总结

tianxiaoxiao 2018-11-18 22:06 原文

isArray() 判断是否为数组

ie,chrome中都适用

console.log(Array.isArray([1,2])) //true

推荐阅读