老玉米: 这么写,是不是有点妖 [阅读: 562] 2006-08-31 03:08:15 public ProjectInfo() { super(); } public ProjectInfo(int id) throws DataValidationException { super(id); } public static ProjectInfo projectHelper = new ProjectInfo(true); protected ProjectInfo(boolean b) { super(b); }