是否是数组

来源:互联网 发布:打开文件的软件 编辑:程序博客网 时间:2024/06/06 03:44
var color=["red","yellow"];console.log(color instanceof Array);console.log(Array.isArray(color))//存在兼容问题
原创粉丝点击