摘要:
1 package com.jwis.study.enumeration; 2 /** 3 * @author lx 4 * 枚举的一些方法 5 */ 6 //⑴ 7 enum Substar{tst1,tst2,ts3} 8 public enum EnumExplem { 9 //⑵ 10 red, green, yellow, blue; 11... 阅读全文
posted @ 2015-09-24 15:50
kimo one
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号