HTML DOM lastModified 屬性

2018-12-02 14:02 更新

HTML DOM lastModified 屬性

Document 對(duì)象參考手冊(cè) Document 對(duì)象

定義和用法

lastModified 屬性可返回文檔最后被修改的日期和時(shí)間。

語(yǔ)法

document.lastModified


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

是有主流瀏覽器都支持 lastModified 屬性。


實(shí)例

實(shí)例

返回文檔最后修改的日期和時(shí)間:

<html>
<body>

文檔最后修改的日期和時(shí)間:
<script>
document.write(document.lastModified);
</script>

</body>
</html>

嘗試一下 ?


Document 對(duì)象參考手冊(cè) Document 對(duì)象
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)