Location pathname 属性
location.pathname 属性是一个可读可写的字符串,可设置或返回当前 URL 的路径部分
浏览器支持
Yes | Yes | Yes | Yes | Yes |
语法
location.pathname
范例
返回当前 URL 的路径名
<script>document.write(location.pathname);</script>
location.pathname 属性是一个可读可写的字符串,可设置或返回当前 URL 的路径部分
Yes | Yes | Yes | Yes | Yes |
location.pathname
返回当前 URL 的路径名
<script>document.write(location.pathname);</script>
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.