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.
我有一个使用 bootstrap 和 ScrollSpy nav 滚动到页面部分的站点。这一切都很完美,但是,我想在我的导航中添加一个链接到我网站上的另一个页面。这可以做到吗?
您需要在其他页面上包含锚点,然后添加数据目标。例如:
<a href="sample.html#foo" data-target="#foo">Sample</a>