setInterval(() => console.log("Hi"), 1000);
setInterval 返回一个唯一的 id。此 id 可被用于 clearInterval 函数来取消定时。
setInterval
clearInterval