打赏

scrollBy 相对滚动

scrollBy可以相对当前位置移动滚动条,而不是移动到绝对位置

scrollBy(0, 100); // 滚动条下移100px

 

posted @ 2018-01-09 15:33  孟繁贵  阅读(495)  评论(0编辑  收藏  举报
TOP