var scrope = "globe"; (function(){ alert(scrope) })() (function(){ var scrope = "local"; alert(scrope) })() (function(){ var scrope; alert(scrope) })()alert(1);
alert(1);
作用域,布布扣,bubuko.com
作用域
原文:http://www.cnblogs.com/fyouckworld/p/3591360.html