var divElement = document.getElementById("div"); divElement.scroll({ top: divElement.scrollHeight,//scroll to the bottom of the element behavior: 'smooth' ...
確定! 回上一頁