摘要: public class fruit { fruit(String a){ name =a; } String name; String color; double price; double weight; void all(){ System.out.println(name+"的颜色是"+co 阅读全文
posted @ 2016-03-08 08:19 storm47 阅读(134) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-03-08 08:17 storm47 阅读(103) 评论(0) 推荐(0)