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.
我只是想知道在代理中引用代理时是否没有捕获。例如在ProxyA中:
[Inject] private var _proxyB:ProxyB;
你能提供更多细节和情况为什么需要将代理引用到其他代理,因为使用代理的目的是控制对象引用。