摘要: 1. package School.Day12; public class Vehicle { String brand; String color; double speed; public Vehicle(String brand, String color) { this.brand = br 阅读全文
posted @ 2021-06-06 14:56 李芊 阅读(73) 评论(0) 推荐(0)