document.getElementById('aaa').scrollIntoView({
behavior: "smooth", // 平滑过渡
block: 'center', //居中
});
10-17
4851
06-11
2306
document.getElementById('aaa').scrollIntoView({
behavior: "smooth", // 平滑过渡
block: 'center', //居中
});