摘要: 数据类型:undefined、null、boolean、string、number、复杂数据类型object 共六种typeof:undefined、object、boolean、string、number、function 六种console.log(typeof null); //objec... 阅读全文
posted @ 2014-05-16 09:42 Western Journey 阅读(135) 评论(0) 推荐(0)