摘要:
package com.ljq.test; /** * 枚举用法详解 * * @author jiqinlin * */ public class TestEnum { /** * 普通枚举 * * @author jiqinlin * */ public enum ColorEnum { red... 阅读全文
posted @ 2016-06-06 09:31
无天666
阅读(447)
评论(0)
推荐(0)