摘要: 1 // Number 数值 整数和小数 2 // String 字符串 (字符) 3 // Bool true/false 4 // null 没有 5 // undefined 6 7 var a=null; 8 console.log(typeof a); 9 10 //object:正则对象 阅读全文
posted @ 2021-11-02 17:17 小小不小阿 阅读(29) 评论(0) 推荐(0) 编辑