js中检测数据类型的几种方法
摘要:
1.typeof 只可以检测number,string,boolean,object,function,undefined 这个方法无法检测null,NaN console.log(typeof null); //Object 返回的是Object,其实这是JavaScript最初实现的一个错误,后 阅读全文
posted @ 2020-05-26 23:56 LzX0 阅读(296) 评论(0) 推荐(0) 编辑