gpt4 book ai didi

javascript - Chrome 中的 setinterval 不像 Mozilla 那样工作

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

<分区>

我有一段代码在 Mozilla 中运行良好但在 Chrome 中运行不佳。

 function yoxi(){
var xhr = new XMLHttpRequest;
xhr.open("GET", "yoxi.php", false);
xhr.send(null);
}

function getirus(){
var xhr = new XMLHttpRequest;
xhr.open("GET", "getirus.php", false);
xhr.send(null);
document.getElementById('onlineus').innerHTML=xhr.responseText;
}

setInterval(yoxi, 5000);
setInterval(getirus, 5000);

setinterval 在 Chrome 中反复不起作用。可能是什么问题?

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