如果变量a未声明,对变量a的调用会触发浏览器js engin报错:对象不存在
var a;
a == undefined; //return true
eval("var a");
标题
在此添加评论
称呼
邮箱地址(可选)
个人主页(可选)