我是 javascript 新手,现在我正在尝试这样做,作为标题,我有一个页面,顶部有一个 div,它与包含视频的页面一样大,然后是几个部分,如这个:
<div id="first" style="height:100%; width:100%"></div>
<section id="second" style="height:100%; width:100%"></section>
<section id="third" style="height:100%; width:100%"></section>
现在我需要在页面加载后 5 秒自动将页面滚动到 #second。我尝试了很多方法,但都失败了,也没有找到任何可以正常工作的方法。
谢谢