js判斷對象類型的兩種方法

在js 中 , 有一種判斷數據基本類型的方法 typeof , 只能判斷5中基本類型:即 「number」,」string」,」undefined」,」boolean」,」object」 五種。javascript 用法爲:java typeof 1 typeof str console.log(typeof 1) //打印出 number typeof 'a' == 'string'
相關文章
相關標籤/搜索