h5如果视频是video元素,可以写个定时器,每秒钟设置一下播放状态f12打开开发者工具,切换到console面板,输入下面代码并回车setInterval(function () { var current_video = document.getElementsByTagN...