源代码可以直接上传到服务器上使用。根据英国科学家的统计,
男人每天看美女5分钟可以增进食欲,预防阿尔茨海默病。
郎隔壁的老人每天坚持看5分钟,他已经90多岁了!
我能有什么坏心思?我是个简单的人,
我无时无刻不在想三件事:赚钱和和谁喝酒。这个妹子真漂亮。
上传服务器解压缩并访问域名修改。
调用接口。它有自己的界面。
下载
https://tianxia520.lanzoul.com/iKbxQ0k95h6d
PS:附代码,自己弄一下很简单哈
<html lang="zh-CN">
<head>
<style>* {
border: 0;
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
}
body {
background: #000;
width: 100vw;
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
#main {
height: calc(100vh - 60px);
display: flex;
justify-content: center;
align-items: center;
}
#player {
width: 100%;
height: auto;
max-height: 100%;
}
#buttons {
height: 60px;
padding: 10px;
}
#switch,
#next {
background: #FFF;
background: linear-gradient(to bottom, #FF2,#FB0);
color: #AF2E08;
font-size: 16px;
font-weight: bold;
height: 40px;
padding: 0px 20px;
margin: 0px 5px;
border-radius: 20px;
}style>
head>
<body>
<section id="main">
<video width="100%" height="100%" id="player" src="https://xjj1.716888.xyz/fenlei/djxjj/dj1.php" controls="" webkit-playsinline="" playsinline="" poster="http://www.tianxia520.com/public/images/logo.png" preload="none">video>
section>
<section id="buttons">
<button id="switch">连续: 开button>
<button id="next">播放下一个button>
section>
<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://xjj1.716888.xyz/fenlei/djxjj/dj1.php';
player.play();
}
bind(get('next'), '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>
body>
html>
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)