摘要: T1: Person.hpp 1 #include<iostream> 2 #include<string> 3 using namespace std; 4 5 class Person { 6 public: 7 Person(){} 8 Person(string nm,string tel) 阅读全文