timeupdate
video.addEventListener('timeupdate', (event) => {
console.log('The currentTime attribute has been updated. Again.');
});
audio 监听播放进度
阅读 89
2023-02-14
timeupdate
video.addEventListener('timeupdate', (event) => {
console.log('The currentTime attribute has been updated. Again.');
});
相关推荐
精彩评论(0)