Location pathname 属性

返回上一级

location.pathname 属性是一个可读可写的字符串,可设置或返回当前 URL 的路径部分

浏览器支持

Yes Yes Yes Yes Yes

语法

location.pathname

范例

返回当前 URL 的路径名

<script>document.write(location.pathname);</script>

运行范例 »

返回上一级

JavaScript 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.