摘要: 需要传入两个参数 第一个是需要的时间 第三个是想要的格式 例如:yyyy-MM-dd hh:mm:ss getDateTimeFormat = (datetime, format) => { let date = new Date(datetime); var o = { "M+": date.ge 阅读全文