var firstDay = new Date("2009/06/25"); var nextWeek = new Date(firstDay.getTime() + 7 * 24 * 60 * 60 * 1000);.
確定! 回上一頁