搜索文档
isArray(val): boolean
val
boolean
判断是否为数组
unknown
是否为数组
Example
isArray([]); // => true isArray({}); // => false