typeof返回的六種數據類型

typeof 共返回6種數據格式: 1、object  2、undefined 3、string 4、number 5、boolean 6、function 特別注意Array和null返回的都是object function show() {             console.log("var x; typeof(x) : "+typeof(x));    // undefined    
相關文章
相關標籤/搜索