js中,数据类型分为基本类型和对象类型
基本类型包括:
1:数值常量
2:null
3:undefined
4:Bool
5:字符串
对象类型包括:
1:new object(),生成的类型
2:函数function
3:Array数组(通过new Array(),或者[]直接声明)
js中,数据类型分为基本类型和对象类型
基本类型包括:
1:数值常量
2:null
3:undefined
4:Bool
5:字符串
对象类型包括:
1:new object(),生成的类型
2:函数function
3:Array数组(通过new Array(),或者[]直接声明)
本文标题:JS数据类型
本文链接:https://www.haomeiwen.com/subject/waqkgktx.html
网友评论