JavaScript 参考手册
Location pathname 属性
返回当前URL的路径名
源代码:
点击运行 »
<script> document.write(location.pathname); </script>
运行结果:
点击运行 »