摘要: public class JiCheng { public static void main(String[] args) { new Person(); new Student1(); } }class Person{ private String color; public Person(){ 阅读全文
posted @ 2016-06-17 17:11 小程序员大梦想 阅读(146) 评论(0) 推荐(0)