1、Number、String、Boolean、Undefined、Null2、typeofconsole.log(typeof 123) 结果:numberconsole.log(typeof null) 结果:object