Location href 屬性

定義和用法
href 屬性是一個可讀可寫的字串,可設置或返回當前顯示的文檔的完整 URL。
語法
location.href
流覽器支持
所有主要流覽器都支持 href 屬性
實例
實例
返回完整的URL(當前頁):
<script>
document.write(location.href);
</script>
document.write(location.href);
</script>
以上實例輸出結果:

href 屬性是一個可讀可寫的字串,可設置或返回當前顯示的文檔的完整 URL。
所有主要流覽器都支持 href 屬性
返回完整的URL(當前頁):
以上實例輸出結果: