index.js. window.scrollTo(x, y); // 绝对值滚动 window.scrollBy(x, y); // 相对值滚动. 1. 2. 注意:如果不是要滚动整个文档,而是要滚动某个 ...
確定! 回上一頁