摘要: #include <iostream>#include <string> using namespace std; class studenClass{ private: string strName; string strClass; int number; string homeAddress; 阅读全文
posted @ 2020-02-17 10:58 blck 阅读(123) 评论(0) 推荐(0)