setTimeout("function",time) 设置一个超时对象
setInterval("function",time) 设置一个超时对象
SetInterval为自动重复,setTimeout不会重复。
clearTimeout(对象) 清除已设置的setTimeout对象
clearInterval(对象) 清除已设置的setInterval对象
原文地址:https://www.cnblogs.com/no-wing/p/9325690.html
时间: 2024-10-08 08:58:39