摘要: package testthis; public class TestThis1 {int a,b;TestThis1(int a,int b){ this.a=a; this.b=b; System.out.println("a的值分别为:"+a); System.out.println("b的值 阅读全文
posted @ 2019-05-22 20:45 石丶先森q 阅读(126) 评论(0) 推荐(0) 编辑
摘要: package __; public class person{ private String name; private int age; public void setage(int age){ this.age=age; } public int getage(){ return this.a 阅读全文
posted @ 2019-05-22 19:40 石丶先森q 阅读(200) 评论(0) 推荐(0) 编辑