PopStateEvent

interface PopStateEvent { pop?: boolean state?: any type?: string url?: string }

属性

属性名类型说明
pop
state
type
url