摘要: 1 package com.tn.pattern; 2 3 public class Client { 4 public static void main(String[] args) { 5 Object[] objs={"飞","雪","连","天","射","白","鹿","笑","书","神"}; 6 Aggregate aggreg... 阅读全文
posted @ 2017-05-12 16:31 xiongjiawei 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1 package com.tn.pattern; 2 3 import java.util.Vector; 4 5 public class Client { 6 public static void main(String[] args) { 7 Component china=new Composite("中国"); 8 ... 阅读全文
posted @ 2017-05-12 13:43 xiongjiawei 阅读(197) 评论(0) 推荐(0) 编辑