路由模式:hash 模式、history 模式

为什么使用路由

路由实现方式

hash 模式

触发 hashchange 事件的几种情况

history 模式

概述

属性

方法

  • History.back()

  • History.forward()

  • History.go()

  • History.pushState()

  • History.replaceState()

popstate 事件