JavaScript 进阶课程笔记 第五天 一、滚动事件和加载事件 1.1 滚动事件 // 页面滚动事件 windows . addEventListener('scroll',function(){ //执行的操作 }