标签:
5种基本数据类型:
alert(typeof a == "undefined"); // true
alert(typeof a == "null"); // false
数据类型
原文地址:http://www.cnblogs.com/bestend/p/4459548.html