gpt4 book ai didi

javascript setTimeout,页面看起来像是在无休止地加载(firefox)

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

var checkTextValue = setTimeout(function() {
var textVal = $('p').text();
if (textVal == 'expectedValue'){
callback();
} else {
setTimeout(arguments.callee, 10);
}
},10);

我有这段代码,它工作得很好,但问题是在 Firefox 中,页面看起来像是在无休止地加载。

最佳答案

看起来有点没用...我的意思是 setTimeout(checkTextValue, 10); - 你在那里设置什么? checkTextValue只是一个超时ID,没有别的...不知道为什么FF会无休止地加载,仅仅是因为代码有问题...

关于javascript setTimeout,页面看起来像是在无休止地加载(firefox),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1628023/

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