单击按钮时,我希望页面滚动特定的 div bottom
。
我第一次单击时,页面将转到最顶部,并且初始 url http://localhost:8000
变为http://localhost:8000/#/bottom
(为什么它不转到div
我提到的)。
我第二次单击按钮时,url 变为
http://localhost:8000/#/bottom#bottom
并转到 div bottom
(这就是我想要的)。
我该如何处理?
代码片段
$location.hash('bottom');
$anchorScroll();
提前致谢
如果需要,请寻求更多解释。. .