摘要: public class DateTest { // 支持时分秒 private static String LocalDateTimeTest(){ LocalDateTime date = LocalDateTime.now(); String res = date.format(DateTim 阅读全文
posted @ 2018-09-21 10:54 lvlin241 阅读(1174) 评论(0) 推荐(0)