1)element.scrollTop 返回该元素当前垂直滚动的距离,比如100(无单位) 2)element.scrollTop = 100 将该元素垂直滚动的距离设置为100,注意100为绝对值,而不是相对 ...
確定! 回上一頁