摘要: typeof operator 返回了表示对象类型的字符串 下表列出了typeof可能的返回值。 举例: // Numbers typeof 37 'number'; typeof 3.14 'number'; typeof Math.LN2 'number'; typeof Infinity 'n 阅读全文
posted @ 2016-04-21 13:50 RachelChen 阅读(1203) 评论(0) 推荐(0) 编辑