undefined 未定义 属于 数据类型
NaN === Nan //false NaN + 1 //NaN
typeof 123 //number typeof new Number("123"); //object