赞
踩
function renderTime(date) {
var dateee = new Date(date).toJSON();
return new Date(+new Date(dateee) + 8 * 3600 * 1000).toISOString().replace(/T/g, ' ').replace(/\.[\d]{3}Z/, '')
}
转化成功为:
2020-02-11 12:24:18
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。