数组是对象吗

可以快速上手的开发文档

#数组是对象吗

js判断一个对象是数组(函数)的方法实例

1.typeof操作符示例://数值typeof37==='number';//字符串typeof''==='string';//布尔值typeoftrue==='boolean';/..