一直以为as3里不能监听右键弹出 , 原来是有的 . Application.application.stage.addEventListener(Event.MOUSE_LEAVE ,fun ) ; MOUSE_LEAVE 事件就可以..