在线随机小姐姐视频代码,只需要吧下面代码粘贴到任意地方都可以,文章页面也可以,视频接口来源于Qoc API,失效的话可以自行替换。
<div> <section id="main"> <video id="player" src="https://api.qoc.cc/api/xjj" controls="controls" width="100%" height="400px"></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 = 'https://api.qoc.cc/api/xjj?_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:40px; text-align:center; width:100px; border:none; margin:0 6px; border-radius:6px; font-weight:bold; } </style>
本文作者为远梦,转载请注明。
你好,看完你的博客文章,感觉很不错!希望与你网站首页友情链接
*****屏蔽广告内容*****
@流量卡知识网打广告 就是你的不对了哈[aru_84]