// 获取目标元素 const tableSection = document.querySelector('.data-table-section') // 平滑滚动到目标元素 tableSection.scrollIntoView({ behavior: 'smooth', block: 'start' })
青云直上三千码
深耕网站建设、视觉设计与SEO优化的一线实战洞察。
// 获取目标元素 const tableSection = document.querySelector('.data-table-section') // 平滑滚动到目标元素 tableSection.scrollIntoView({ behavior: 'smooth', block: 'start' })