Appearance
setInterval(fn, time): number
fn
time
number
设置间隔
Function
// 这里不能直接使用 setinterval 设置。 LM.setinterval(()=>{ console.log("间隔执行") },1000)