var event_param:String = "Hello;
对象元件.addEventListener(MouseEvent.CLICK,function (e:MouseEvent){showMessage(e,event_param)});
function clickHandlerWithArg(e:MouseEvent,arg:String):void{
trace(arg);
} 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-08-05
  • 2021-07-03
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2022-01-01
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案