You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
251 B
16 lines
251 B
= 数据类型
|
|
|
|
JavaScript 语言的第七种数据类型:
|
|
|
|
. Symbol
|
|
. Undefined
|
|
. Null
|
|
. 布尔值 (Boolean)
|
|
. 字符串 (String)
|
|
. 数值 (Number)
|
|
. 对象 (Object)
|
|
|
|
除了 对象 (Object) 以外的其他数据类型都是原始数据类型。
|
|
|
|
|
|
|
|
|