Re: [問題] 日期設定

看板Web_Design作者 (看到螢幕就會頭暈的病)時間19年前 (2004/10/22 23:23), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
※ 引述《ren1107 (jen)》之銘言: : 請問一下: : 我用FrontPage製作網頁, : 在[插入]/[日期及時間]→裡面只能顯示"最近編輯的日期"或"最近更新的日期", : 請問: : 要如何才能插入即時的日期呢? : 也就是"日期"會自己跑.....像今天是04/10/22,明天它會自動跳到04/10/23..... : 感謝! <script> today=new Date() Year=today.getYear() Month=today.getMonth() Date=today.getDate() document.write(Year,"/",Month,"/",Date) </script> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.168.38.138

61.229.151.235 10/26, , 1F
感謝...
61.229.151.235 10/26, 1F
文章代碼(AID): #11UINyWm (Web_Design)