public Login() {
}
public Login( String name, String pwd) {
super();
this.name = name;
this.pwd = pwd;19
}
各位司机大佬,我是初学者,super();起的是什么作用呢
}
public Login( String name, String pwd) {
super();
this.name = name;
this.pwd = pwd;19
}
各位司机大佬,我是初学者,super();起的是什么作用呢