js基本语法

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编辑  收藏  举报