摘要: typeof 运算符返回一个用来表示表达式的数据类型的字符串。可能的字符串有:"number"、"string"、"boolean"、"object"、"function" 和 "undefined"。 typeof的运算数定义了未初始化,返回的就是 "undefined". 运算数为数字 type 阅读全文
posted @ 2016-08-15 15:41 SaraMorning 阅读(594) 评论(0) 推荐(0)