基本数据类型 基本数据类型 number 数字型 例如var a = 3; string 字符串 var a = 'CSS'; (使用引号) boolean (true false)两种 判断数据类型 console.log( typeof a)