var get = function (id) { return document.getElementById(id); };
var auto = true; // 生成播放视频 function randomm() { player.src = 'https://www.7yuzy.com//tool/video/tool_ks_xjj.php?_t='; player.play(); }; bind(get('next'), 'click', randomm);
bind(get('switch'), 'click', function () { auto = !auto; this.innerText = '连续:' + (auto ? '开' : '关'); }); bind(player, 'ended', function () { if (auto) randomm(); }); player.pause();