摘要: 了解js的都知道, 有个typeof 用来判断各种数据类型,有两种写法:typeof xxx ,typeof(xxx) 如下实例: typeof 2 输出 number typeof null 输出 object typeof {} 输出 object typeof [] 输出 object typ 阅读全文
posted @ 2018-10-17 10:43 jiangxiaobo 阅读(237) 评论(0) 推荐(0) 编辑