window.location.href的用法
javascript中的 location.href 有很多种用法,主要如下。
self.location.href=“/url” 当前页面打开URL页面
location.href=“/url” 当前页面打开URL页面
window.location.href=“/url” 当前页面打开URL页面,前面三个用法相同。
this.location.href=“/url” 当前页面打开URL页面
parent.location.href=“/url” 在父页面打开新页面
top.location.href=“/url” 在顶层页面打开新页面
版权声明:
作者:admin
链接:http://blog.mryxh.cn/1896.html
文章版权归作者所有,未经允许请勿转载。
THE END