摘要: package AAA; class testPor1 { private int a,b; public int getA() { return a; } public void setA(int a) { this.a = a; } public int getB() { return b; } 阅读全文
posted @ 2019-06-17 12:55 Song阿 阅读(107) 评论(0) 推荐(0)