判斷變量的數據類型

js中共有6中基礎數據類型: undefined、null、string、number、boolean、symbol(es6) 和一種引用數據類型 Object(例如:Object、Array、function、data等) 判斷數據類型可以使用 typeof或是instanceof 但最好用的還是 Object.prototype.toString.call()
相關文章
相關標籤/搜索