js 與 jquery 判斷數據類型的四種方法

JavaScript 四種判斷方法 1.typeof 此方法的返回結果只要如下幾種: Number、String、undefined、Bollean、Object、Functionweb 弊端在於若是數據類型爲引用數據類型,他只能返回 Object console.log(typeof 1); //number console.log(typeof true); //bollean console
相關文章
相關標籤/搜索