002.JS中的数据类型

1、Number、String、Boolean、Undefined、Null

2、typeof

console.log(typeof   123)
结果:number

console.log(typeof  null)
结果:object

 

posted @ 2023-06-12 21:51  李林林  阅读(3)  评论(0编辑  收藏  举报