js中的数据类型有undefined,boolean,number,string,object等5种,前4种为原始类型,第5种为引用类型。
typeof可返回"number"、"string"、"boolean"、"object"、"function"、"undefined"几种结果
1、对于string,number等基础类型,==和===是有区别的
js类型和==与===的区别联系,布布扣,bubuko.com
原文:http://www.cnblogs.com/jzjblog/p/3629665.html