摘要: 遇到这个问题,setTimeout(Scroll(),3000); 这种写法在IE8 下 不能够执行,提示参数无效, setTimeout(function(){Scroll()},3000);这种方式就可以了。 阅读全文
posted @ 2017-05-17 09:46 bathue 阅读(2553) 评论(1) 推荐(1) 编辑