首页->java基础知识
(A)void A( int x){......}
(B)public A(int x){.......}
(C)A A(int x){......}
(D)int A(int x){......}