Javascript
一、时间格式
npm i moment --save 引入 moment 使用时间格式化 formatvar time = moment(Date.now()).format('YYYY-MM-DD HH:mm:ss')