2021年11月2日
摘要: js的基本语法: //numer 数值,整数,小数 //string 字符串(字符)"" '' //bool true/false //null 没有 //undefined 未定义 //symbol es6 var a; console.log(typeof a) //object:正则、数组 字 阅读全文
posted @ 2021-11-02 18:18 于凡芮 阅读(22) 评论(0) 推荐(0)