摘要: class Car { String color = "red"; int num = 4; void run() { System.out.println("Color" + color); } } class CarDemo { public static void main(String[] 阅读全文
posted @ 2016-09-02 17:50 mabelfdm 阅读(160) 评论(0) 推荐(0) 编辑