vue 清除定时器失效 clearInterval 最近在写视频播放相关内容,需要自己写进度条 想着做个心跳监听当前的进度条 发现清楚定时器的时候失效 搜了一下 解决办法就是挂载到window上 this.timer = window.setInterval) => {this.onPlayerTimeupdate);}, 300)window.clearIntervalthis.timer);this.timer=null; Published by 风君子 独自遨游何稽首 揭天掀地慰生平 View all posts by 风君子