枚舉是Java1.5引入的新特性,通過關鍵字enum來定義枚舉類。 ... this.index = index; } // 普通方法public static String getName(int index) { for ...
確定! 回上一頁