返回
它定义了算法家族,分别封装起来,让它们之间可以互相替换,此模式让算法的变化不会影响到使用算法的客户。
design-pattern
strategy-pattern
简单工厂设计模式
simple-factory