gpt4 book ai didi

javascript - IE 不喜欢 URL 变量?

转载 作者:行者123 更新时间:2023-11-30 21:21:24 25 4
gpt4 key购买 nike

<分区>

大家好,我有一个非常简单的脚本,它在 chrome 和 firefox 上运行良好。这个想法是从 URL 中获取“选择”值并继续执行脚本。如前所述,其他浏览器工作正常,但 IE 似乎有问题。

有人知道解决方法吗?我不想只运行上一页上的函数。

var url1 = "https://www.youtube.com";
var url2 = "http://ign.com";



function jukebox()

{

let params = (new URL(document.location)).searchParams;
let choice = params.get("choice");


if ( choice == 1 )
{

window.location=(url1);

}

else if ( choice == 2 )
{


window.location=(url2);

}

}


jukebox();
redirect();

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