URL 屬性可返回當(dāng)前文檔的 URL。
document.URL
一般情況下,該屬性的值與包含文檔的 Window 的 location.href 屬性相同。不過(guò),在 URL 重定向發(fā)生的時(shí)候,這個(gè) URL 屬性保存了文檔的實(shí)際 URL,而 location.href 保存了請(qǐng)求的 URL。
<html>
<body>
The URL of this document is:
<script type="text/javascript">
document.write(document.URL
)
</script>
</body>
</html>
如對(duì)本文有疑問(wèn),請(qǐng)?zhí)峤坏浇涣髡搲瑥V大熱心網(wǎng)友會(huì)為你解答??! 點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)