(function(){ a = 5;alert(window.a);var a = 10;alert(a);})();
这段代码中a是全局对象,为什么alert(window.a);会显示undefined
长风秋雁
相关分类