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

typeof运算符

时间:2017-10-13 17:56:27      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:str   find   rip   结果   enter   ring   表达   border   width   

typeof 运算符用来测试表达式的类型,其结果为一个表示该表达式数据类型的字符串。

下图是显示typeof运算符堆各种表达式的执行结果:

表达式值 返回结果
Underfind underfind
null object
Boolean boolean
Number number
String string
Object(没有实现[[Call]]属性的内建对象) object
Object(实现了[[Call]]属性的内建对象) function
Object(host 对象) 由实现决定
任何其他对象 object
Symbol (ECMAScript 6 新增) symbol

typeof运算符

标签:str   find   rip   结果   enter   ring   表达   border   width   

原文地址:http://www.cnblogs.com/chengmingxiaowu/p/7662203.html

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