我想让浏览器滚动 div 的 id
<div id="test">
lol
</div>
所以我使用这段代码
window.location = "#test";
但我现在的网址是这样的
http://locahost/index.html#test
是否可以删除“#test”但去那个?
我想让浏览器滚动 div 的 id
<div id="test">
lol
</div>
所以我使用这段代码
window.location = "#test";
但我现在的网址是这样的
http://locahost/index.html#test
是否可以删除“#test”但去那个?