摘要: public class DateUtil { private static SimpleDateFormat sdf; public static String dateToStr(Date date, String pattern){ sdf=new SimpleDateFormat(patte 阅读全文
posted @ 2020-08-15 19:39 ~湛蓝的天空~ 阅读(133) 评论(0) 推荐(0)