import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; /** * 动态代理 */ public interface Subject { public void rent(); public void hello(... Read More
posted @ 2018-01-15 14:18
菲儿飞飞
Views(134)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号