摘要: ``` //获取本日 const startDate = moment().format('YYYY-MM-DD'); const startDate = moment().format('YYYY-MM-DD'); //获取本周 const startDate = moment().week(moment().week()).startOf('week').format('YYYY-... 阅读全文
posted @ 2018-11-09 15:34 李美玲 阅读(12160) 评论(0) 推荐(1)