Location pathname 屬性
Location 對象定義和用法
pathname 屬性是一個可讀可寫的字符串,可設置或返回當前 URL 的路徑部分。
語法
location.pathname
瀏覽器支持
所有主要瀏覽器都支持 pathname 屬性
實例
實例
返回當前URL的路徑名:
<script>
document.write(location.pathname);
</script>
document.write(location.pathname);
</script>
以上實例輸出結(jié)果:
document.write(location.pathname);
嘗試一下 ?
Location 對象
更多建議: