摘要: 1.浏览器一直往下滚动 var length = 0; var time = setInterval(function(){ length += 1000;//每次滚动1000px document.documentElement.scrollTop = length; },500);//500ms 阅读全文
posted @ 2021-09-28 13:16 新* 阅读(319) 评论(0) 推荐(0) 编辑