阅读背景:

20#this&super

来源:互联网 

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{
   privat



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: