摘要: #ifndef Info_hpp #define Info_hpp #include<iostream> #include<string> using namespace std; //Info类的定义 class Info { private: string nickname;//昵称 strin 阅读全文
posted @ 2021-10-26 20:54 小流Yu大洋 阅读(45) 评论(2) 推荐(0)