酷炫高跟鞋

文章
6
资源
0
加入时间
4年0月9天

时间格式化输出

LocalDate date = LocalDate.of(2014, 3, 18);String s1 = date.format(DateTimeFormatter.BASIC_ISO_DATE);String s2 = date.format(DateTimeFormatter.ISO_LOCAL_DATE);System.out.println(s1); // 201403...