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.
		
		
		
		
			
				
					17 lines
				
				251 B
			
		
		
			
		
	
	
					17 lines
				
				251 B
			| 
											2 years ago
										 | = 数据类型 | ||
|  | 
 | ||
|  | JavaScript 语言的第七种数据类型: | ||
|  | 
 | ||
|  | . Symbol | ||
|  | . Undefined | ||
|  | . Null | ||
|  | . 布尔值 (Boolean) | ||
|  | . 字符串 (String) | ||
|  | . 数值 (Number) | ||
|  | . 对象 (Object) | ||
|  | 
 | ||
|  | 除了 对象 (Object) 以外的其他数据类型都是原始数据类型。 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 |