码迷,mamicode.com
首页 > 编程语言 > 详细

【JavaScript】数据类型

时间:2016-11-27 12:02:44      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:undefined   rip   typeof   类型   console   nan   script   ++   java   

大家的数据类型

console.log (typeof (null)); ——object

console.log (typeof (undefined)); ——undefined

console.log (typeof (NaN)); ——number

-----------------------------------------------------------

var str = “syr1993”;

console.log (typeof (str++)); ——number

-----------------------------------------------------------

var str = “syr1993”;

console.log (typeof (str)); ——string

【JavaScript】数据类型

标签:undefined   rip   typeof   类型   console   nan   script   ++   java   

原文地址:http://www.cnblogs.com/shenyanran/p/6106087.html

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