摘要: 以下为.h文件 #pragma once #include <iostream> using namespace std; class Student{public: Student(); ~Student(); string getName(); void setName(string name) 阅读全文
posted @ 2018-12-18 21:25 Vtianhu 阅读(448) 评论(1) 推荐(0) 编辑