摘要: info.hpp源代码 #ifndef INFO_HPP #define INFO_HPP #include <iostream> #include <string> using namespace std; class info{ private: string nickname; string 阅读全文