首页 新闻 会员 周边
7
回答数

已解决问题 10 js 判断未定义

$(function () { alert(typeof(para) == "undefined"); // 不报错 alert(isUndefined(para)); // 会报错 }); func