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,例如 GitHub.com
例如,Google Plus 的导航栏做到了:如果你点击导航栏的按钮,你会看到一个 div 被更新,并且 URL 被改变。不能ajax?怎么办?谢谢你的帮助 :)
他们做三件事:
所有这些都可以通过使用 javascript 来实现。
不是ajax,似乎不太可能。但你可以模仿更新但url没有改变
<a href="###" onclick="update()"/>
功能更新,可以通过ajax发送请求