检查变量是否定义了javascript
这个问题在这里已经有了答案:
使用typeof
if(typeof variable === "undefined"){
/* It is undefined */
}
链接地址: http://www.djcxy.com/p/95011.html
这个问题在这里已经有了答案:
使用typeof
if(typeof variable === "undefined"){
/* It is undefined */
}
链接地址: http://www.djcxy.com/p/95011.html