基本数据类型:number string undefined null Boolean
复杂数据类型 :Object
转为数值型:Number,parseInt,parseFloat,+
转为字符串型:String toString
假值:0,'',null,false,undefined,NaN