摘要: 首先是静态代理: 1 public class Test1 { 2 3 public static void main(String[] args) { 4 IA a = new APoxy(new A()); 5 a.doJob(); 6 } 7 ... 阅读全文
posted @ 2014-05-18 18:39 安里 阅读(134) 评论(0) 推荐(0)