摘要: 当前日期格式化 let curTime = moment().format('YYYY-MM-DD HH:mm:ss') console.log('当前日期时间curTime:' + curTime)//curTime:2019-01-30 10:21:11 指定日期格式化 let a = '201 阅读全文
posted @ 2019-07-22 10:19 _四点 阅读(11130) 评论(0) 推荐(2)