摘要: #include<iostream> using namespace std; #include<string> class people { public: void setValue(int m, string str) { age = m; name = str; } void display 阅读全文
posted @ 2023-05-17 20:38 张佳木 阅读(56) 评论(0) 推荐(0)