会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
simple-love
Figure out what you like. Try to become the best in the world of it.
首页
新随笔
订阅
管理
2020年11月26日
js如何判断数组是Array类型
摘要: 在说明如何判断一个对象为数组类型前,我们先巩固下js的数据类型,js一共有六大数据类型:number、string、object、Boolean、null、undefined。 var str="string"; console.log(typeof str); //string var num=1
阅读全文
posted @ 2020-11-26 09:43 simple-love
阅读(576)
评论(0)
推荐(0)
My GitHub