vue系列 url的hash和HTML5的history
2021-08-03 08:56
标签:block ace cat 页面 一个栈 一个 href 浏览器 lock url的hash和HTML5的history URL的hash URL的hash也就是锚点(#), 本质上是改变window.location的href属性. 我们可以通过直接赋值location.hash来改变href, 但是页面不发生刷新 history H5的history接口是HTML5新增的, 它有五种模式改变URL而不刷新页面,history是一个栈 history.pushState() history.back() 相当于浏览器的返回历史上一页,等价于 history.go(-1) history.forward() 等价于 history.go(1) history.go() history.replaceState() vue系列 url的hash和HTML5的history标签:block ace cat 页面 一个栈 一个 href 浏览器 lock 原文地址:https://www.cnblogs.com/kknote/p/14908222.html
上一篇:图标库网站分享
文章标题:vue系列 url的hash和HTML5的history
文章链接:http://soscw.com/essay/107167.html