会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
社会优先于个人
博客园
首页
新随笔
联系
管理
订阅
2022年4月25日
js 的null和undefined的区别
摘要: 相同点 进行条件判断时,都是false 都是保存在栈中 区别 类型不一样 typeof(null) // object typeof(undefined) //undefined console.log(typeof(null) 'object')//true console.log(typeof(
阅读全文
posted @ 2022-04-25 17:40 社会优先于个人
阅读(38)
评论(0)
推荐(0)