标签: javascript idioms
可能重复: JavaScript: Why the anonymous function wrapper?
我读了一些JavaScript库的代码,并在一些js文件中找到了这样的语句:
;(function(){ })();
我有几个问题: