gpt4 book ai didi

javascript - 如何在新窗口中执行此操作?

转载 作者:行者123 更新时间:2023-11-28 14:03:04 26 4
gpt4 key购买 nike

location.href = "/search.php?key=" + encodeURIComponent(key) + "&type=" + type;

我想保留原来的窗口,如何在javascript中做到这一点?

最佳答案

window.open("/search.php?key=" + encodeURIComponent(key) + "&type=" + type)

关于javascript - 如何在新窗口中执行此操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3975432/

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