js 判断各种数据类型 typeof 几种类型值
摘要:
了解js的都知道, 有个typeof 用来判断各种数据类型,有两种写法:typeof xxx ,typeof(xxx) 如下实例: typeof 2 输出 number typeof null 输出 object typeof {} 输出 object typeof [] 输出 object typ 阅读全文
posted @ 2019-11-07 14:13 Silentdoer 阅读(771) 评论(0) 推荐(0) 编辑