监听事件和删除监听事件
程序员文章站
2022-04-27 19:44:35
...
监听事件
window.addEventListener('scroll', this.handleScroll, true)
移出监听事件
window.removeEventListener('scroll', this.handleScroll, true)
下一篇: 安卓生成keystore文件