06 2015 档案
摘要:1 import java.text.DateFormat; 2 import java.text.ParseException; 3 import java.text.SimpleDateFormat; 4 import java.util.Calendar; 5 import jav...
阅读全文
摘要:如何定义一个枚举类?1 //定义了4个等级2 enum Level{3 A,B,C,D4 }枚举类的实质:1 class Level{2 public static final Level A = new Level();3 public static final Level...
阅读全文

浙公网安备 33010602011771号