对Proxy.newProxyInstance的一些理解
****import java.lang.reflect.proxy:*动态代理Proxy.newProxyInstance(ClassLoader loader, Class<?>[] interfaces,InvocationHandler h)loader :the class loader to define the proxy定义真实对象的类加载器classinte...