
javascript的數(shù)據(jù)類型
基本數(shù)據(jù)類型:undefined、null、boolean、number、string、symbol
引用類型:object、arry、function

typeof

undefined

null

NaN

isNaN()

數(shù)值轉(zhuǎn)換

parseInt()

parseFloat()

string

字符串轉(zhuǎn)換

Boolean

類型轉(zhuǎn)換