摘要: Java 获取当前时间的年、月、日、小时、分钟、秒数。 1 public static void getDateTime() throws ParseException{ 2 Calendar now = Calendar.getInstance(); 3 ... 阅读全文
posted @ 2014-12-26 15:08 海天依色 阅读(18901) 评论(0) 推荐(0)