js判断undefined类型

if (typeof(a) == "undefined") { 
   alert("undefined"); 
}  

posted on 2013-03-13 16:26  菜鸟的春天  阅读(178)  评论(0编辑  收藏  举报

导航