Check if variable is undefined not working
This question already has an answer here:
使用这样的东西来验证变量是否未定义
if (typeof something === "undefined") {
alert("something is undefined");
}
链接地址: http://www.djcxy.com/p/95006.html
下一篇: 检查变量是否未定义不起作用