錨點的使用

埃菲尔上的加菲猫發表於2024-10-12

1.首先需要定義跳轉的位置

<div id="anchorID"></div>
2.直接使用如下方式即可
document.getElementById('anchorID').scrollIntoView({
behavior:"smooth"
})

相關文章