Location href 屬性
Location 對(duì)象定義和用法
href 屬性是一個(gè)可讀可寫(xiě)的字符串,可設(shè)置或返回當(dāng)前顯示的文檔的完整 URL。
語(yǔ)法
location.href
瀏覽器支持
所有主要瀏覽器都支持 href 屬性
實(shí)例
實(shí)例
返回完整的URL(當(dāng)前頁(yè)):
<script>
document.write(location.href);
</script>
document.write(location.href);
</script>
以上實(shí)例輸出結(jié)果:
document.write(location.href);
嘗試一下 ?
Location 對(duì)象
更多建議: