var a = 0;function test(){ alert(a); if(false){ var a = 100; } } test();
为什么alert(undefind);而不是alert 0
alert(undefind);
alert 0
至尊宝的传说
相关分类