第1关:构造函数 —— 学生信息类 本关任务:设计一个带有构造函数和析构函数的学生类。 #include<iostream> #include<string> using namespace std; class Student { /********* Begin *********/ //在此处声明所需的成员 private: