跳到主要内容

1 篇文档带有标签「history」

查看所有标签

historyjs

typescript interface History { // 历史会话数目,包含当前页面 readonly length: number; // 当前页面缓存的状态值,一个对象 readonly state: any; // 获取或控制浏览器是否自动恢复页面滚动位置,默认 auto,也就是自动