JS基礎總結

數據類型     基本類型:5大類html string,number,boolean,null,undefined數組 操做和保存在變量的實際的值,保存在棧區函數 基礎類型能夠用typeof() 來判斷this var a = 'asaf'; console.log(typeof a) //string var b = true; console.log(typeof b
相關文章
相關標籤/搜索