Fork me on Gitee
摘要: 原生js中typeof 用来判断各种数据类型,有两种写法:typeof xxx ,typeof(xxx) 如下实例: typeof 2 输出 number typeof null 输出 object typeof {} 输出 object typeof [] 输出 object typeof (fu 阅读全文
posted @ 2019-02-18 16:37 修修改改 阅读(429) 评论(0) 推荐(0) 编辑