APIs 文档描述错误
Closed this issue · 2 comments
Hunlongyu commented
name | type | syntax | detail |
---|---|---|---|
pauseInterval | Function | timer.pauseInterval(setIntervalID) | 暂停指定 ID 的 setInterval |
resumeInterval | Function | timer.resumeInterval(setIntervalID) | 恢复指定 ID 的 setInterval |
leeenx commented
@Hunlongyu 好的谢谢指正
Hunlongyu commented
哈哈~ 看了大神的代码,又学习到不少东西~