上一页 1 ··· 47 48 49 50 51
摘要: class PersonA { String name; //姓名 int age; //年龄 //有参数构造方法 public PersonA(String name,int age) { this.name=name; this.age=age; } //无参数构造方法 public Per... 阅读全文
posted @ 2015-10-28 22:34 PengWenHao 阅读(571) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51