标签: javascript html
当我向下滚动到“ about”部分时,我想执行一个功能。但这不起作用。
var myInfo = document.getElementById('myInfo'); myInfo.addEventListener('scroll', fun1);
<section class="wrapper" id="myInfo"> </section>