Animates the scroll position of the window (like doing window.scrollTo(x, y) ) or a DOM element (like doing myDiv.scrollTop = y; myDiv.scrollLeft = x; ).
確定! 回上一頁