滚动到指定位置
// 滚动到中间位置dom.scrollIntoView({ behavior: "smooth", block: "center", inline: "center" });
引用链接:https://www.51cto.com/article/767006.html