摘要:
// 将日期格式转换成时间戳 1 public static void main(String[] args) throws Exception{ 2 String time = "2018-05-12 12:30:59"; 3 Date parse = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(time); 4 ... 阅读全文
posted @ 2018-05-15 11:12
言午12138
阅读(6665)
评论(0)
推荐(0)