js中对于数据类型的一些理解

Typeof的做用: 返回数据的类型html 基本数据类型(Number String Boolean null undefined  es6种新增的一个基本数据symbol)es6 Let num = 22数组 Typeof num //Number函数 会返回对应的类型post 可是有一个例外:nullhtm Let num2 = null对象 Typeof num2 // Objectblo
相关文章
相关标签/搜索