摘要: 一、职责链模式介绍 二、职责链模式引入 需求: UML类图: 代码实现(Java): //请求类 public class PurchaseRequest { private int type = 0; //请求类型 private float price = 0.0f; //请求金额 privat 阅读全文
posted @ 2021-07-26 00:17 狂热搬砖家 阅读(40) 评论(0) 推荐(0)