7万
861
32万
论坛元老
js判断undefined类型
if (reValue== undefined) { alert("undefined"); }
发现判断不出来,最后查了下资料要用typeof方法:
if (typeof(reValue) == "undefined") { alert("undefined"); }
typeof 返回的是字符串,有六种可能:"number"、"string"、"boolean"、"object"、"function"、"undefined"
使用道具 举报
3
2万
163
注册会员
0
1万
中级会员
2
69
115
16
174
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2024-11-25 01:30 , Processed in 0.071061 second(s), 22 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.