javaSE面向对象编程 2021 年 8 月 12 日 笔记 面向对象编程 构造器 构造器就是和类名相同但无返回类型的方法。 public class Person { //一个类即 … Continue Reading