填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

LocationChangeEvent

来自 onPopStateonHashChange 的事件的可序列化版本

A serializable version of the event from onPopState or onHashChange

      
      interface LocationChangeEvent {
  type: string
  state: any
}
    

属性

属性说明
type: string
state: any