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

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

相关文章:

  • 2022-12-23
  • 2021-05-22
  • 2021-08-19
  • 2021-10-30
  • 2022-03-08
  • 2021-05-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案