(function(){alert()})()

相当于
var _f=function(){
  alert();
}
_f();

相关文章: