js类型判断

js类型判断

基本数据类型:Undefined、Null、Boolean、Number、String,Symbol 引用数据类型 :Object typeof可以识别出基本类型boolean,number,undefined,string,sym
JavaScript130