笔记 —— 类型和语法

类型 内置类型:null、undefined、boolean、number、string、object、symbol(es6);es6 null的判断web var a = null; !a && typeof a == "object" // true typeof 类型判断正则表达式 typeof null === 'object' // true typeof undefined ===
相关文章
相关标签/搜索