Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 修改 URL 而不重新加载页面
jQuery 有没有办法在不重新加载的情况下更改 url?
尝试更改window.location,每次更改时,它都会自动重新加载页面。
window.location
您可以在不重新加载的情况下更改的唯一部分网址是在哈希之后,#. 在此之前对 url 的任何更改都将被视为不同的页面,并将触发重新加载。
#