摘要: JS中使用typeof能得到的哪些类型 // 值类型 console.log(typeof undefined); // undefined 值类型 console.log(typeof ""); // string 值类型 console.log(typeof 123); // number 值类 阅读全文
posted @ 2018-02-26 17:18 CLM1010 阅读(1220) 评论(0) 推荐(0) 编辑