摘要: 主要有两种方式,其中使用Date比较好控制,代码如下://使用Calendar Calendar now = Calendar.getInstance(); System.out.println("年:" + now.get(Calendar.YEAR)); System.out.println(" 阅读全文
posted @ 2018-05-04 22:55 让双脚&去腾空 阅读(7467) 评论(0) 推荐(0) 编辑