scrollBy可以相对当前位置移动滚动条,而不是移动到绝对位置
scrollBy(0, 100); // 滚动条下移100px
scrollBy 相对滚动
原文:https://www.cnblogs.com/mengfangui/p/8251685.html