setInterval() :按照指定的周期(以毫秒计)来调用函数或计算表达式。方法会不停地调用函数,直到clearInterval() 被调用或窗口被关闭。 setTimeout() : ...
確定! 回上一頁