20.1 this在构造方法之间的调用
class A{
private String str;
private int i;
public A(){
this("未输入",0);
}
public A(String str, int i){
this.str = str;
this.i = i;
}
}class A{
privatclass A{
private String str;
private int i;
public A(){
this("未输入",0);
}
public A(String str, int i){
this.str = str;
this.i = i;
}
}class A{
privat