摘要: 1.car #ifndef BATTERY_H #define BATTERY_H class Battery{ public: Battery(int batterySize0=70); int show(); int batterySize; }; #endif #include "batter 阅读全文
posted @ 2019-05-19 17:07 mzzzy 阅读(101) 评论(2) 推荐(0) 编辑