js-数组

36 阅读1分钟

1. 判断是否是数组类型

  • instance
  • constructor
  • object.prototype.isPrototypeOf
  • getPrototypeOf
  • Object.prototype.toString
  • Array.isArray