摘要: package chap3; public class Constructor { public static void main(String[] args) { Student p1 = new Student(); p1.set("zhangsan", 99); p1.get(); Stude 阅读全文
posted @ 2020-05-07 13:22 学习不错 阅读(131) 评论(0) 推荐(0) 编辑