Alert.show("注销?\n 注意:重新登录需要在联网状态下","",Alert.OK | Alert.NO,this,closeEvt,null,Alert.NO);

 

public function closeEvt(event:CloseEvent):void
       {
            if(event.detail==Alert.OK)
            {
            }
        }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-11-24
  • 2022-01-01
  • 2021-08-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案