检测数据类型的方法

  • 基本数据类型检测
    typeof()
  • 数组检测
    [] instanceof Array
  • 万能检测Object.prototype.toString.call()
相关文章
相关标签/搜索