history對象
- history:瀏覽器歷史信息,可用來實現(xiàn)刷新/前進/后退
- 格式:
window.history
-
window.history.forward()
:前進一頁 -
window.history.back()
:后退一頁 -
window.history.go(參數(shù))
:(正數(shù))前進或(負數(shù))后退指定頁數(shù),0代表刷新網(wǎng)頁
window.history
window.history.forward()
:前進一頁window.history.back()
:后退一頁window.history.go(參數(shù))
:(正數(shù))前進或(負數(shù))后退指定頁數(shù),0代表刷新網(wǎng)頁