js 将CST的时间字符串转换成需要的日期格式字符串dateFormat = function (date, format) {date = new Date(date)var o = {'M+' : date.getMonth() + 1, mo2023-04-09JavaScript1460