JS类型判断的几种方式检测简单的数据类型的方法typeof方法用于检测简单的数据类型如typeof 12instanceof的实例方法检测如[] instanceof Arraytruearr.constructor == Array判断arr的构造2023-02-21JavaScript160