多玩 发表于 2024-8-6 23:05:29

在线小视频2区 欢迎各位老板观看

<div>

<section id="main">

<video id="player" src="https://sp.4n2.cn/?api=xjj
" controls="controls" width="100%" height="700px"></video>

</section>

</div>

<div style="text-align: center;">

<section id="buttons">

<button id="switch">连续: 开</button>

<button id="next1">换一个</button>

</section>

</div>

<script>

(function (window, document) {

if (top != self) {

window.top.location.replace(self.location.href);

}

var get = function (id) {

return document.getElementById(id);

}

var bind = function (element, event, callback) {

return element.addEventListener(event, callback);

}

var auto = true;

var player = get('player');

var randomm = function () {

player.src = 'http://v.nrzj.vip/video.php?_t=' + Math.random();

player.play();

}

bind(get('next1'), 'click', randomm);

bind(player, 'error', function () {

randomm();

});

bind(get('switch'), 'click', function () {

auto = !auto;

this.innerText = '连续: ' + (auto ? '开' : '关');

});

bind(player, 'ended', function () {

if (auto) randomm();

});

})(window, document);</script>

<style>

#switch,#next1{

background: #7F9CCC;

color:#fff;

line-height:20px;

text-align:center;

width:70px;

border:none;

margin:0 6px;

border-radius:6px;

font-weight:bold;

}

</style>


八卦 发表于 2024-8-7 17:06:09

{:2_25:}         
页: [1]
查看完整版本: 在线小视频2区 欢迎各位老板观看