首页题库练习题目详情
Web程序设计单选题中等

当使用 setInterval() 设置一个定时器后,要立即停止它,应该使用哪个函数?

AstopInterval()
BclearInterval()
CsetTimeout()
DstopTimeout()