JoJo · 2007-03-12 08:54:09 · 阅读: 441 这样 public class A { public A() { this(0); } public A(int x) { // xxx } }