self.location.href;//当前页面打开URL页面

window.location.href;//当前页面打开URL页面
this.location.href;//当前页面打开URL页面
location.href;// 当前页面打开URL页面
parent.location.href;//在父页面打开新页面
top.location.href;//在顶层页面打开新页面 

相关文章:

猜你喜欢
  • 2021-06-07
  • 2021-07-16
相关资源
相似解决方案