摘要: const nowTemp = new Date().getTime(); //获取当前时间戳 const tomorrowTemp = new Date(moment().add(1, 'days').format().substr(0, 10) + ' 00:00:00').getTime(); 阅读全文