会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小小不小阿
博客园
首页
新随笔
联系
订阅
管理
2021年11月2日
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 小小不小阿
阅读(30)
评论(0)
推荐(0)
编辑
公告