2010-04-06 55 views

回答

13

您可以使用Proxy.getInvocationHandler()

InvocationHandler innerProxy = Proxy.getInvocationHandler(proxy); 
相關問題