摘要: #include <iostream> #include <string> using namespace std; class Colleague; class Mediator { public: //对象在自身改变的情况下,通知Mediator进行变更 //让我们Mediator这个总线,负责 阅读全文
posted @ 2023-12-26 16:04 泽良_小涛 阅读(3) 评论(0) 推荐(0) 编辑