59iedu捷径

代码片段

点击查看代码
setInterval(function () {

    let video = document.querySelector('video')
    if (video.paused) {
        video.play()
    }
}, 1000)
posted @ 2025-08-16 17:01  神仙不在  阅读(15)  评论(0)    收藏  举报