猫幻  

2021年11月2日

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