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>

    获取地址:

      点转发:内嵌代码

  • 相关阅读:
    【JZOJ3188】找数【数论,数学】
    【JZOJ3187】的士【模拟】
    【JZOJ3187】的士【模拟】
    【洛谷P1641】生成字符串【数论,数学】
    【洛谷P1896】互不侵犯【状压dp】
    聚集索引与非聚集索引
    哈希索引
    索引能提高检索速度,降低维护速度
    MySQL索引基本知识
    注解
  • 原文地址:https://www.cnblogs.com/smartisn/p/15528973.html
Copyright © 2011-2022 走看看