摘要: 1 import java.text.ParseException; 2 import java.text.SimpleDateFormat; 3 import java.util.Date; 4 5 public class DateUtil { 6 7 private static SimpleDateFormat sf = null; 8 9 /** 10 * 获取系统时间 11 */ 12 阅读全文
posted @ 2019-09-24 20:51 测试一枚 阅读(39825) 评论(0) 推荐(0) 编辑