window.onload = setInterval(myFunc, 5000);
function myFunc(){
alert("This is a test.");
}
有没有办法在 1 个间隔后停止该功能或让它执行 1 个间隔?
慕慕森
相关分类