bjwf: 这样也行吗? [阅读: 472] 2007-03-12 11:32:01 public class B 3...{ 4 public B(int i) 5 ...{ 6 //... 7 } 8 9 public B():B(0) //这样来调用 B(int i)行吗? 10 ...{ 11 } 12 }