摘要: #ifndef CAR_H #define CAR_H #include<iostream> #include<string> using namespace std; class Car { public: Car(string maker0, string model0, int year0, 阅读全文