2018年3月11日

初识java

摘要: public class Car{ //属性 private String color; private String brand; //构造方法 public Car(String color,String brand){ this.color=color; this.brand=brand; } 阅读全文

posted @ 2018-03-11 21:13 Vapid 阅读(129) 评论(0) 推荐(0)

导航