//* JS中的数据类型分为两大类: 1.基本数据类型 <1>数字 number 100 3.14 <2>字符串string <3>布尔值boolean <4>特殊数据类型 null defined未声明 2.复合数据类型