let date = new Date() let day = date.getDate(); let month = date.getMonth()+1; let year = date.getFullYear(); let fullDate = ...
確定! 回上一頁