摘要: 【1】js毫秒时间转换成日期时间 1 starttime ='2012-12-25 20:17:24'; 2 starttime = starttime.replace(new RegExp("-","gm"),"/"); 3 var starttimeHaoMiao = (new Date(sta 阅读全文
posted @ 2020-08-19 17:38 温柔的小猫 阅读(1869) 评论(0) 推荐(0)