码迷,mamicode.com
首页 > 其他好文 > 详细

typeof()和instanceof()用法区别

时间:2017-06-20 00:16:15      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:obj   instance   bool   type   相对   null   efi   ring   区别   

typeof()和instanceof()用法区别:

  两者都是用来判断数据类型的

    typeof()是能用来判断是不是属于五大类型Boolean,Number,String,Null,Undefined的,是比较宏观的判断;

    instanceof()判断数据类型相对typeof()来说更深入,能判断更具体的,比如Array,object,Boolean,Number,Strin等。

 

      

 

typeof()和instanceof()用法区别

标签:obj   instance   bool   type   相对   null   efi   ring   区别   

原文地址:http://www.cnblogs.com/webDriver/p/7051167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!