前端筆記——JS基礎(變量類型和計算)

JavaScript基礎——變量類型和計算 q:JS中使用 typeof 的類型? 基本類型 `undefined` `null` `boolean` `number` `string` 引用類型 `object` `對象` `數組` `函數` typeof undefined; //undefined typeof 'abc'; //string typeof 123; //numb
相關文章
相關標籤/搜索