摘要:
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
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号