一、数据类型的分类和判断
1. 分类
基本(值)类型
类型 | 取值 | 判别方式 |
---|---|---|
Number | 任意数值 | typeof |
String | 任意字符串 | typeof |
Boolean | true/false | typeof |
undefined | undefined | typeof/=== |
null | null | === |
2024/3/19大约 24 分钟
类型 | 取值 | 判别方式 |
---|---|---|
Number | 任意数值 | typeof |
String | 任意字符串 | typeof |
Boolean | true/false | typeof |
undefined | undefined | typeof/=== |
null | null | === |