The getDate() and getUTCDate() method of date object returns current date. var t=new Date(); var date=t.getDate(); document.write(date); ...
確定! 回上一頁