摘要: #ifndef BATTERY_H #define BATTERY_H class Battery { public: Battery(int batterySize0=70); int showbattery()const; int batterySize; }; #endif #include" 阅读全文
posted @ 2019-05-20 17:58 景行ai 阅读(166) 评论(1) 推荐(0) 编辑