Java enum 枚举配合switch使用. ... public enum TypeEnum { // type1(1, "水果"), type2(2, "蔬菜"), type3(3, "零食");; private final Integer code ...
確定! 回上一頁