var date1 = '2018-05-16'; var objDate = new Date(date1 ); objDate .setDate(objDate .getDate() + 1); var mm = objDate .
確定! 回上一頁