/* * 获得时间差,时间格式为 年-月-日 小时:分钟:秒 或者 年/月/日 小时:分钟:秒 * 其中,年月日为全格式,例如 : 2010-10-12 01:00:00 * 返回精度为:秒,分,小时,天 */ function GetDate(startTime, endTime, diffType) { //将2022-11-02的时间格式,转换为 2022/11/02的格式 标签:11,02,00,计算,JS,日期,2022,var,divNum From: https://www.cnblogs.com/zyzlb/p/16850160.html