摘要: 建造代码和表示代码分离,建造顺序通常是稳定的,建造者隐藏了产品的组装过程,如果要增加产品的组装,可以新增具体的建造者。 #define PPP using System; using System.Collections.Generic; using System.ComponentModel; u 阅读全文
posted @ 2020-04-17 10:38 舒碧 阅读(174) 评论(0) 推荐(0) 编辑