摘要: const now = new Date(); const nowTime = now.getTime() ; const oneDayTime = 24*60*60*1000 ; const arry = [-3,-2,-1,0,1,2,3]; const weekDate=[] for(let 阅读全文