Skip to content

js changeUrlButNoRefresh

yaokun123 edited this page Jan 19, 2020 · 2 revisions

一、location.hash

二、h5的history

history.pushState({},'','/me')
history.replaceState({},'','/me')
history.back
history.forward
history.go
Clone this wiki locally