锚点跳转 密州城南 2022-04-24 267 阅读1分钟 let anchorElement = document.getElementById('#mao'); if (anchorElement) { anchorElement.scrollIntoView({ behavior: 'smooth' }); }