美文网首页
window.location.href

window.location.href

作者: 撕心裂肺1232 | 来源:发表于2018-09-29 09:50 被阅读0次

    (小积累)
    self.location.href="/url" 当前页面打开URL页面
    location.href="/url" 当前页面打开URL页面
    windows.location.href="/url" 当前页面打开URL页面,前面三个用法相同。
    this.location.href="/url" 当前页面打开URL页面
    parent.location.href="/url" 在父页面打开新页面
    top.location.href="/url" 在顶层页面打开新页面

    window.history.back(-1):直接返回当前页的上一页,数据全部消息,是个新页面
    window.history.go(-1):也是返回当前页的上一页,不过表单里的数据全部还在

    传送门:
    https://www.jb51.net/article/53479.htm
    https://blog.csdn.net/cgzhello1/article/details/8101525

    相关文章

      网友评论

          本文标题:window.location.href

          本文链接:https://www.haomeiwen.com/subject/ygnwgftx.html