gpt4 book ai didi

javascript - VM456 :22 Uncaught ReferenceError: wndow is not defined

转载 作者:行者123 更新时间:2023-12-03 05:51:23 25 4
gpt4 key购买 nike

我是 javascript 新手,我正在尝试编写一个脚本在一段时间后重新加载网页,但是当时间完成时,错误会显示并且不会重新加载页面。

    var url = window.location.href;
console.log("My url: "+url);
console.log("Ten seconds");
setTimeout(function(){reload();}, 10000);

function reload(){
console.log("Refreshing to... " + url);
wndow.location.href = url;
}

我不知道该怎么办:(

最佳答案

您有拼写错误。

wndow.location.href = url;

关于javascript - VM456 :22 Uncaught ReferenceError: wndow is not defined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40140049/

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