Get relative path of the page url using javascript

后端 未结 7 1113
温柔的废话
温柔的废话 2020-12-29 19:48

In javascript, how can I get the relative path of the current url?

for example http://www.example.com/test/this?page=2

I want just the /te

相关标签:
7条回答
  • 2020-12-29 20:46

    Try

    window.location.pathname+window.location.search
    
    0 讨论(0)
提交回复
热议问题