npm install dayjs --save
dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'),'转化成你想要的格式' dayjs(new Date()).valueOf(),'时间戳'
day.js官网API