javascript Copy let date = new Date(); let output = String(date.getDate()).padStart(2, '0'); + '/' + String(date.getMonth() + 1).
確定! 回上一頁