1927年12月31日发生了什么
摘要:
public static void main(String[] args) throws ParseException { SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String str3 = "1927-12-31 23:54:07"; String str4 = "1927-12-31 23:54:08"; Date sDt3 = sf.parse(str3); Date sDt4 = sf.parse(str4); long ld3 = 阅读全文
posted @ 2011-08-10 16:48 若菲 阅读(416) 评论(0) 推荐(0) 编辑