摘要:
public static void main(String[] args) { LocalDate now = new LocalDate(); //输出形式为yyyy-MM-dd System.out.println(now.toString()); LocalDate nowByDate = new LocalDate(new Date()); System.out.println(nowBy... 阅读全文
posted @ 2013-06-26 14:52
刘振明
阅读(862)
评论(0)
推荐(0)

浙公网安备 33010602011771号