yegetables

含标签“反射”的文章

java动态代理方式

动态代理1. 有接口 JDK动态代理public interface work { void web(); } public class Server implements work ...