Logic / 二十一:中介者模式--极简教程

Created Thu, 25 Sep 2025 22:25:15 +0800 Modified Thu, 25 Sep 2025 22:28:14 +0800

中介者模式

类图如下

代码实现如下

  • 待增加C++代码实现