摘要: 1 #include <iostream> 2 #include <string> 3 4 using namespace std; 5 6 class Base 7 { 8 public: 9 Base() 10 { 11 name = "base"; 12 } 13 Base(string na 阅读全文
posted @ 2022-05-21 11:06 小小林林 阅读(207) 评论(0) 推荐(0) 编辑