/** * 基本数据类型:number string null undefined boolean * 引用数据类型:object(对象 数组 函数) * typeof instaceof Object.prototype.toString.call constructor */