您的位置 首页 编程知识

wordpress博客添加在线随机小姐姐跳舞教程

wordpress博客添加在线随机小姐姐跳舞教程   代码如下: <div> <s…

wordpress博客添加在线随机小姐姐跳舞教程

 

代码如下:

  <div>        <section id="main">            <video id="player" src="http://v.nrzj.vip/video.php"         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 src="https://hm.baidu.com/hm.js?    a8569fd6981018f096d774868306a054"></script>    <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>    <script>var _hmt = _hmt || [];(function() {var hm =     document.createElement("script");hm.src =     "https://hm.baidu.com/hm.js?    a8569fd6981018f096d774868306a054";var s =     document.getElementsByTagName("script")[0];     s.parentNode.insertBefore(hm, s);})();</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>

网站添加在线随机小姐姐跳舞视频教程,将代码复制到你自己的网站需要展示的地方即可,也可以文章页面。视频来自外部网站,失效后自行替换接口
wp博客开启古腾堡之后在后台创建一个页面会写一篇文章插入html代码模块即可其他网站也可以具体操作自己

阅读剩余
本文来自网络,不代表四平甲倪网络网站制作专家立场,转载请注明出处:http://www.elephantgpt.cn/2557.html

作者: nijia

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

联系我们

联系我们

18844404989

在线咨询: QQ交谈

邮箱: 641522856@qq.com

工作时间:周一至周五,9:00-17:30,节假日休息

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

关注微博
返回顶部