数据分析师2017-09-30 23:33:36
What data types are there in JS? -PHP Chinese website Q&A-What data types are there in JS? -PHP Chinese website Q&A
Please watch and learn.
迷茫2016-12-22 11:22:22
js是弱类型预言
具体类型 有
number 数字类型
string 字符串类型
boolean 布尔类型 true/false
undefine(未定义类型)
null(空类型只有一个值null)