快手老妹视频播放代码
在网站后台添加一个自定义html代码复制下面代码发送文章就可以使用哦!
演示效果
<script type="text/javascript">
if(/Android|webOS|Windows Phone|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
window.location.href = "//tvv.tw/xjj/kuaishou/";
}else{
// window.location.href = "pc.html";
}
</script>
</head>
<body>
<section id="main" style="height: calc(100vh - 60px);">
<div align="right" style="width: 100%;height: 600px;margin-right: 100px;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 侧边栏 -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-8549247415463520"
data-ad-slot="2354445842"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<video id="player" src="https://tvv.tw/xjj/kuaishou/video.php" controls webkit-playsinline playsinline autoplay></video>
<div align="left" style="width: 100%;height: 600px;margin-left: 100px;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 侧边栏 -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-8549247415463520"
data-ad-slot="2354445842"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</section>
<p style="color:red">为了网站良性发展,希望各位看官不要屏蔽广告,谢谢!</p>
<section id="buttons">
<button id="switch">连续: 开</button>
<button id="next">换一个</button>
<a href="/%e6%bc%82%e4%ba%ae%e7%9a%84%e5%b0%8f%e5%a7%90%e5%a7%90%e8%a7%86%e9%a2%91"><button id="next">漂亮的小姐姐视频</button></a>
<a href="/"><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 = 'video.php?_t=' + Math.random();
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>
小姐姐视频代码
<style type="text/css">
.video-container { display: block; position: relative; width: 100%; height: 0; overflow: hidden; box-sizing: border-box } .video-container iframe, .video-container video { position: absolute; top: 0; left: 0; border: none; width: 100%; height: 100% } .video-ratio-16by9 { padding-bottom: 56.25% /* 9/16 */ } .video-ratio-4by3 { padding-bottom: 75% /* 3/4 */ }
</style>
<div class="video-container video-ratio-16by9">
<iframe src="https://tvv.tw/xjj/fuli/video-dm.php" allowfullscreen="" mozallowfullscreen="" msallowfullscreen="" oallowfullscreen="" webkitallowfullscreen="" frameborder="0"></iframe>
</div>
© 版权声明
本站所发布的一切资源仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,购买注册,得到更好的正版服务。
附:二00二年一月一日《计算机软件保护条例》第十七条规定:为了学习和研究软件内含的设计思想和原理,通过安装、显示、传输或者存储软件等方式使用软件的,可以不经软件著作权人许可,不向其支付报酬!鉴于此,也希望大家按此说明研究软件!
一、本站致力于为软件爱好者提供国内外软件开发技术和软件共享,着力为用户提供优资资源。
二、 本站提供的部分源码下载文件为网络共享资源,请于下载后的24小时内删除。如需体验更多乐趣,还请支持正版。
三、我站提供用户下载的所有内容均转自互联网。如有内容侵犯您的版权或其他利益的,若有侵犯你的权益请: 前往投诉 站长会进行审查之后,情况属实的会在三个工作日内为您删除。
THE END
暂无评论内容