前端笔记——JS基础(变量类型和计算)

JavaScript基础——变量类型和计算 q:JS中使用 typeof 的类型? 基本类型 `undefined` `null` `boolean` `number` `string` 引用类型 `object` `对象` `数组` `函数` typeof undefined; //undefined typeof 'abc'; //string typeof 123; //numb
相关文章
相关标签/搜索