java构造方法应该写什么位置 日期:2015-10-29 09:13:51 人气:1 java构造方法应该写什么位置 如果构造方法需要外部对象访问,需要把构造方法设置成public public age(int c, int d){ }