1、首先自定义好变量属性 public class test { private String username; private String password; } 2 、使用Generate构建 set 和 get 右键 选择 Getter andSetter 通多shift多选 3、完成