我试图使用javascript获取当前页面pathname
。我能够得到它,但我已经通过 Forward Slash /
获得了它。我想从变量中删除/
。
这是我尝试过的代码。 :)
var URLPath = window.location.pathname;
alert(URLPath);

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
&#13;