摘要: // number 数值 整数和小数 // String 字符串 (字符) "" '' // bool true/false // null 没有 // undefined //symbol es6 var a=null; console.log(typeof a); //object:正则,数组对 阅读全文
posted @ 2021-11-02 16:20 卡坦菲 阅读(65) 评论(0) 推荐(0)