zoukankan      html  css  js  c++  java
  • 实现 嵌入bilibili视频

     1 <!DOCTYPE html>
     2 <html class="sr"><head>
     3     <meta charset="utf-8">
     4     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     5     <meta name="viewport" content="width=device-width, initial-scale=1">
     6     <title>WatchMan</title>
     7     <link rel="stylesheet" href="data/app.min.css">
     8     <script src="data/app.min.js"></script>
     9 
    10 
    11 </head>
    12 
    13 
    14 <!--     bottom part -->
    15 <div id="bottom_div" style="height: 1145px;"><div class="" style="
    16     font-family: ArialMT;
    17     font-size: 25px;
    18     height: 40px;
    19     color: white;
    20     text-align: center;
    21 ">
    22 </div>
    23 <!--    <iframe id="bilibili" style="margin: 0% 10% 0% 10%; 80%;height: 88%;" src="//player.bilibili.com/player.html?aid=712725296&amp;bvid=BV1KD4y1R75U&amp;cid=251918733&amp;page=1" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>-->
    24     <iframe id="bilibili" style="margin: 0% 10% 0% 10%; 80%;height: 88%;" src="//player.bilibili.com/player.html?aid=805394018&bvid=BV1734y1Q7df&cid=405894792&page=1" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
    25 </div>
    26 
    27 
    28 
    29 
    30 </body></html>

    获取地址:

      点转发:内嵌代码

  • 相关阅读:
    ceph 网络配置
    Centos7.2 下DNS+NamedManager高可用部署方案完整记录
    Mysql多实例数据库
    Mysql 基础
    搭建本地YUM仓库
    Go实现线程安全的缓存
    KubeEdge安装详细教程
    Kubeedge实现原理
    Go语言中new()和make()的区别
    Go语言中append()函数的源码实现在哪里?
  • 原文地址:https://www.cnblogs.com/smartisn/p/15528973.html
Copyright © 2011-2022 走看看