DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> JavaScript綜合知識 >> JavaScript獲取當前網頁最後修改時間的方法
JavaScript獲取當前網頁最後修改時間的方法
編輯:JavaScript綜合知識     

 下面的JS代碼輸出當前網頁最後修改時間,用到了document.lastModified屬性

1 2 3 4 5 6 7 8 9 <!DOCTYPE html> <html> <body> This document was last modified on: <script> document.write(document.lastModified); </script> </body> </html>

運行效果如下:

1 This document was last modified on: 04/03/2015 02:42:22
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved