📅  最后修改于: 2022-03-11 15:01:18.137000             🧑  作者: Mango
var divElement = document.getElementById("div");
divElement.scroll({
top: divElement.scrollHeight,//scroll to the bottom of the element
behavior: 'smooth' //auto, smooth, initial, inherit
});