gpt4 book ai didi

javascript - 代码在 JSFiddle 环境中运行,但在其他情况下运行时不起作用

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

<分区>

所以在处理另一个问题时,here ,我从@earl3s 那里得到了一个很好的答案和一个jsfiddle 的链接。的工作,它似乎工作正常,但当试图在 repl.it 中运行它时它给了我一个错误,当我尝试在本地运行它时,我在第 19 行收到错误消息“Uncaught TypeError: Cannot read property 'add' of null”。我可能提交错误或者代码可能写错了,并且洞察力将不胜感激。这是原始代码:

<script>
if (window.location.href.substring(0,9) === "http://ww") {
var home_var = "bing.com";
}
else if (window.location.href.substring(0,9) === "https://p") {
var home_var = "https://px.multiscreensite.com/index.php?url=bing.com";
}
else {
var home_var = "1";
}
var select= document.getElementById("mySelect");
var option = document.createElement("option");
option.text = "Hope Page";
option.value = home_var;
select.add(option);
console.log(home_var);
</script>

<select id="mySelect" OnChange="window.location.href=this.value">
<option>Tagged Stuff and Navigation</option>
</select>

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