摘要: 1、js主要数据类型和复合数据类型 答案:Number、String、boolean、null、undefined基本数据类型, 除了这些以外都是复合类型,例如:Object、Array、Date、Math、RegExp 2、console.log(null == NaN) //false console.log(null == undefined) //true console.log(n... 阅读全文
posted @ 2018-02-08 20:49 Yuanzz-0816 阅读(769) 评论(0) 推荐(0) 编辑