摘要: #1. 适配器模式 #include <iostream> using namespace std; class ThreePhasePlug { public: void doThreePhasePlug() { cout << "three phase" << endl; } }; class 阅读全文
posted @ 2023-02-25 09:47 XCode-01 阅读(61) 评论(0) 推荐(0)