Alert.show("注销?\n 注意:重新登录需要在联网状态下","",Alert.OK | Alert.NO,this,closeEvt,null,Alert.NO);
public function closeEvt(event:CloseEvent):void { if(event.detail==Alert.OK) { } }
转载于:https://www.cnblogs.com/terrorpig/archive/2008/11/26/1341156.html