hide variables passed in URL

后端 未结 4 1099
情深已故
情深已故 2021-01-05 05:12

We\'ve been working on a web application and we\'ve just about got it finished up, but there\'s one thing that bothering us (although by no means is it going to stop product

4条回答
  •  抹茶落季
    2021-01-05 05:34

    It's possible to rewrite the URL using JavaScript's history API. History.js is a library that does this very well.

    That being said, I don't think there's any need for removing the query-string from the URL, unless you're dynamically changing the contents of the page to make the current query-string irrelevant.

提交回复
热议问题