Array.isArray(arr)

Array.prototype.isPrototypeOf(arr)

arr.constructor==Array

相关文章: