setInterval在win7的IE9下是不是不起作用
setInterval在win7的IE9下是不是不起作用
日期:2022-04-03 06:09:32 人气:1
我也是遇到同样的问题,window 7, IE8/9
setInterval(self.updateDirectionDot, 10)
和
setInterval(function(){self.updateDirectionDot()}, 10)
都不行,
两种方式,chrome和ff均测试通过!
setInterval(self.updateDirectionDot, 10)
和
setInterval(function(){self.updateDirectionDot()}, 10)
都不行,
两种方式,chrome和ff均测试通过!