日期:2014-05-16 浏览次数:20405 次
//无参数的 (function(){ alert('hello'); })(); //有参数的 (function(name){ alert('Hello ' + name); })('world');