window.location.href跳转页面详细过程是怎么样的?
页面代码:
html
<body> <script src="a.js"></script> </body>
a.js:
js
location.href = "/others"; alert(location.href)
其实就会发现下边alert还是执行的,而且location.href的值还是当前页面的值。
所以这里有点疑惑,location.href(search等)跳转时候具体过程是啥样的。
bom web前端开发 前端 JavaScript 前端开发
我爱明日香
9 years, 7 months ago