摘要: 1 //静态代理 2 public class Test01 { 3 public static void main(String args[]) { 4 new WeddingCompany(new You()).happyMarry(); 5 } 6 } 7 8 interface Marry{ 阅读全文
posted @ 2022-04-06 17:23 凨筝 阅读(19) 评论(0) 推荐(0) 编辑