字符串 string // "Hello World" 数字 number // 100 -100 100.23 -62.55 布尔 boolean // true false 数组 array 对象 object null 空 未定义 undefined
js中的数据类型
原文:https://www.cnblogs.com/tanghao22/p/11892260.html