hash模式下 hash变化不刷新页面我还是能理解的。
但是用了react-router 4以后 我发现默认不是hash模式,而且router改变url后页面没有重新加载。
想知道是什么技术
historyhistory.pushState , history.replaceState修改历史记录history.popstate监听历史记录
history
history.pushState
history.replaceState
history.popstate
history
history.pushState
,history.replaceState
修改历史记录history.popstate
监听历史记录