摘要: // 获取目标元素 const tableSection = document.querySelector('.data-table-section') // 平滑滚动到目标元素 tableSection.scrollIntoView({ behavior: 'smooth', block: 'st 阅读全文
posted @ 2025-10-21 16:44 青云码上 阅读(2) 评论(0) 推荐(0)