Alert按钮的事件侦听

public function closeCallBackTest(event:CloseEvent):void
     {
      if(event.detail == Alert.YES)
      {
         initApp2();
       
         _isNoInsDebug = true;
       
         return;
      }
     
      if(event.detail == Alert.NO)
      {
         initApp();
         
         _isNoInsDebug = false;
       
         return;
      }
     
     }

上一篇:PhpStorm的安装激活与项目创建


下一篇:不满足于供应商 苹果开发自家蓝牙芯片