设计模式学习(20) 23-18 中介者模式英文定义(《设计模式:可复用面向对象软件的基础》)Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.