Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从中间加载 html 文件?即,每当一个人访问该页面时,显示的内容就是页面底部的内容。
然后该人可以向上滚动以到达页面中的另一个位置。
这可以通过使用锚来完成
<a name="anchorid"></a>
加载带有锚点的页面时,它会在渲染示例http://yoursite.com/#anchorid后跳转到该位置
另一种选择是使用 JavaScript。
StackOverflow 上有很多问题已经回答了这个问题。
1)使用Javascript / Jquery滚动到页面上的特定位置
2) jQuery 从按钮 onclick 跳转或滚动到页面上的某个位置、div 或目标