摘要: ``` /* * 将时间转换为时间戳 */ public static String dateToStamp(String s) throws ParseException{ String res; SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Date date = simpleD 阅读全文
posted @ 2019-11-22 14:16 qingfeng68 阅读(1497) 评论(0) 推荐(0)