location.href的几种用法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了location.href的几种用法相关的知识,希望对你有一定的参考价值。

self.location.href;

window.location.href;

this.location.href;

location.href;

parent.location.href;

top.location.href


window.location.href与location.href,self.location.href,location.href都是本页面跳转

"parent.location.href是上一层页面跳转"

"top.location.href是最外层的页面跳转"

以上是关于location.href的几种用法的主要内容,如果未能解决你的问题,请参考以下文章

location.href和window.open的几种用法和区别

window.location.href和window.open的几种用法和区别

window.location.href和window.open的几种用法和区别

location.href&&window.open

js中location.href的用法

JS刷新页面的几种方法