摘要: 点击查看代码 // 第一种写法 var video = document.querySelector('video') video.addEventListener('ended', function () { console.log('视频放完了') }) // 第二种写法 function pl 阅读全文
posted @ 2024-10-16 21:23 神仙不在 阅读(7) 评论(0) 推荐(0)