代码片段
setInterval(function () { let video = document.querySelector('video') if (video.paused) { video.play() } }, 1000)