Logic / 十六:责任链模式--极简教程

Created Wed, 24 Sep 2025 22:59:43 +0800 Modified Wed, 24 Sep 2025 23:03:30 +0800

责任链模式

类图如下

代码实现如下

  • 待增加C++代码实现