摘要:
if (reValue== undefined){ alert("undefined"); } 发现判断不出来,最后查了下资料要用typeof 方法:if (typeof(reValue) == "undefined") { alert("undefined"); } typeof 返回的是字符... 阅读全文
posted @ 2015-09-17 10:01
lunawzh
阅读(130)
评论(0)
推荐(0)
浙公网安备 33010602011771号