没脾气2x · 2007-03-12 08:34:23 · 阅读: 612 java 怎么写这个: C#: public class A { public A() : A(0) { } public A(int x) { // xxx } }