// var pastDate = new Date().setDate(new Date().getDate()+7);// 後七天
// var pastDate = new Date().setDate(new Date().getDate()-7);// 前七天