在js中数据类型分为
函数function 字符串string 数字number 布尔值Bollean undefined 对象Object
注意:undefined的情况是:1没有定义
2没有赋值
3没有传参
4没有return
5return后面什么都没有
时间: 2024-10-24 10:17:37
在js中数据类型分为
函数function 字符串string 数字number 布尔值Bollean undefined 对象Object
注意:undefined的情况是:1没有定义
2没有赋值
3没有传参
4没有return
5return后面什么都没有