如何用js得到当前页面的url信息方法(JS获取当前网址信息)可以参考以下属性进行操作
设置或获取对象指定的文件名或路径。
<script>
alert(window.location.pathname)
</script>

设置或获取整个 URL 为字符串。[……]