摘要: export const dateFormat = (time) => { const date = new Date(time); const myyear = date.getFullYear(); let mymonth = date.getMonth() + 1; let myweekday 阅读全文
posted @ 2022-04-14 13:23 Life_countdown 阅读(41) 评论(0) 推荐(0)