Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
引发 FaultEvent 时,是否可以获取通过 HTTPService Send('I want to get at this data') 方法发送的数据?通过查看全局 HTTPService 变量或 FaultEvent 对象。
为什么我在这里提出问题后才解决这些问题:)
private function httpFault(e:FaultEvent):void { var sentXML:XML = XML(e.token.message.body); }