标签:
if (typeof(reValue) == "undefined") { alert("undefined"); }
typeof 返回的是字符串,有六种可能:"number"、"string"、"boolean"、"object"、"function"、"undefined"
js 判断变量类型
原文地址:http://my.oschina.net/jack088/blog/387229