//当前窗口访问过多少个网页 window.history.length //移动到上一个网址 history.back(); history.go(-1); //移动到下一个网址 history.forward(); //History 对象的当前状态 //通常是 undefined,即未设置 window.history.state //刷新当前页面 history.go(0); //用于在历史中添加一条记录 window.history.pushState(state, title, url)
vuejs用exceljs轻松解决excel导出表格出现的合并、居中等样式属性
上面是“history相关属性”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_1434.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!