1、moment( moment().format('YYYY/MM/DD'), 'YYYY/MM/DD' ).valueOf();///当天零点的毫秒数2、 moment() .startOf('day') .valueOf()