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