JSON 类库Jackson优雅序列化Java枚举类 ... public enum GenderEnum implements Enumerator { UNKNOWN(0, "未知"), MALE(1, "男"), FEMALE(2, "女"); ...
確定! 回上一頁