Connection con=(Connection)Proxy.newProxyInstance(con.getClass().getClassLoader(),
con.getClass().getInterfaces(),connInvoke);
   如何判断动态代理 new出的代理实例与代理之前实例的con 
   我是说在处理con时用代码判断麻烦知道回答下,谢谢!