c.mediator.png 前言 其他行為型模式: Interpreter(模板方法) Template(模板方法) Command(命令模式) Iterator(迭代器模式) Mediator(調(diào)停者模式) Memento(備忘錄模式) Observer(觀察者模式) State(狀態(tài)模式) Strategy(策略模式) Visitor(訪問者模式) 1. 意圖 2. 適用性 3. 參與者 4. 效果 5. 實例