📅  最后修改于: 2022-03-11 15:03:29.578000             🧑  作者: Mango
var refreshId = setInterval(function() {
var properID = CheckReload();
if (properID > 0) {
clearInterval(refreshId); //this stops the setInterval
}
}, 10000);