JS数据类型以及typeof判断的类型

JS 数据类型: 基本数据类型:Number,String,Boolean,Undefined 复杂(引用)数据类型:Null,Object,Array,Function,Date,RegExp,Symbol typeof 检验返回的数据类型有: function:Function 函数类型 boolean:Boolean 布尔值 string:String 字符串 number:Number 数
相关文章
相关标签/搜索