public enum UserState { SUBSCRIPTION(Integer.MAX_VALUE), NO_SUBSCRIPTION(10); private int newsLimit; UserState(int newsLimit) { this.
確定! 回上一頁