标签:
【 基本数据类型 】-->5种
Undefined
Null
Boolean
Number
String
【 复杂数据类型 】-->1种
Object
【 typeof 返回值】 -->6种
"undefined"
"boolean"
"string"
"number"
"object"
"function"
ECMAScript数据类型
原文地址:http://www.cnblogs.com/mouse2417/p/5169182.html