Java中的Enum的簡單使用

簡單實例: public enum EnumTest { FRANK("The given name of me"), LIU("The family name of me"), TE("DFDJGKJ"); private String context; private String getContext() { return this.context; } private EnumTest(S
相關文章
相關標籤/搜索