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>

    获取地址:

      点转发:内嵌代码

  • 相关阅读:
    [NOIp2016] 天天爱跑步
    状压DP小拼盘
    DP × KMP
    KMP算法 详解+模板
    [NOI2014] 起床困难综合症
    [洛谷P3391] 文艺平衡树 (Splay模板)
    START
    【C】单链表的实现
    【数据结构】动态顺序表
    C语言实现扫雷程序
  • 原文地址:https://www.cnblogs.com/smartisn/p/15528973.html
Copyright © 2011-2022 走看看