组合模式
类图
代码Component
123456789101112131415161718abstract class Component{ private String name; public Component(String name) { this.n
...
记录与分享