摘要: 3.4 数据类型3.4.1 typeof操作符var message = 'some string';console.log(typeof message); // 'string'console.log(typeof(message)); // 'string'console.log(typeof... 阅读全文
posted @ 2015-08-25 20:39 寄生蠕虫 阅读(193) 评论(0) 推荐(0) 编辑