摘要: 点击查看代码 setInterval(function () { var current_video = document.getElementsByTagName('video')[0] current_video.play() }, 1000) 阅读全文
posted @ 2025-07-23 10:20 神仙不在 阅读(7) 评论(0) 推荐(0)
摘要: visibilitychange 事件导致离开页面就自动暂停 点击查看代码 setInterval(function () { var current_video = document.getElementsByTagName('video')[0] current_video.play() }, 阅读全文
posted @ 2025-07-23 09:59 神仙不在 阅读(5) 评论(0) 推荐(0)