javascript學習筆記(3) 類型轉換

1.數組   2.對象 null和數組在js裏面typeof類型都算object   3.查看類型(typeof) 可以返回:number, string,boolean, object, underfined, function console.log(typeof(xiaopei))      object console.log(typeof(xiaopei.name))   string
相關文章
相關標籤/搜索