gpt4 book ai didi

javascript - window.open(URL,name,specs,replace) ??名称与替换

转载 作者:行者123 更新时间:2023-11-29 10:23:03 25 4
gpt4 key购买 nike

如果当前窗口是www.myparent.com 通过点击一个按钮-a,它会调用这个函数window.open('children','same','',?? )。新页面打开为 www.myparent.com/children

单击按钮 b,它会调用此函数 window.open('sub','same','',??)

www.myparent.com/children 替换为 www.myparent.com/sub

现在我想知道,replace(true/false)有什么用。请看syntax definition

最佳答案

其实就是这个语法

 window.open(URL,name,specs,replace)

这是 documentation :

正如您从文档中看到的那样,替换

Optional.Specifies whether the URL creates a new entry or replaces the current entry in the history list. The following values are supported: - true - URL replaces the current document in the history list - false - URL creates a new entry in the history list

如果您将其设置为 true,则在您的历史列表中,在新窗口中打开的页面将替换您当前正在浏览的页面(即您不会在历史中拥有该页面)

关于javascript - window.open(URL,name,specs,replace) ??名称与替换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7606887/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com