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.
有没有办法在 as3 中克隆 WebService 对象?ObjectUtil 方法似乎引发了错误。
如果没有,是否有办法缓存 wsdl 并将其分配给新的 WebService 对象,以便可以省略 wsdl 的持续加载?
我可以使用 AsyncToken 类来完成我需要的东西。这是我的问题的正确解决方案。使用 AsyncToken 我可以重用相同的 WebService 对象。
它没有解决需要克隆 WebService 类的问题。