2017年3月6日

js笔记 ---- ECMAscript中原始类型与引用类型 注意的地方

摘要: 5种原始类型(primitive type ) :number string boolean undefined null 存储在栈中 其中:除开 string类型,其他4中类型的大小都是不变的。 使用 typeof 的返回值 undefined 对应Undefined的数据类型 number Nu 阅读全文

posted @ 2017-03-06 21:47 xl_xl 阅读(81) 评论(0) 推荐(0) 编辑

导航