博客园添加视频

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<link href="https://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet">
<script src="https://unpkg.com/video.js/dist/video.min.js"></script>
 
<script>window.HELP_IMPROVE_VIDEOJS = false;</script>
 
    <video
        id="my-player"
        class="video-js"
        controls
        preload="none"
        poster="https://www.cnblogs.com/images/cnblogs_com/php-linux/674292/t_2.jgp.png"
        width="300"
        height="264"
        data-setup='{}'>
        <source src="https://files.cnblogs.com/files/php-linux/1.js" type="video/mp4"></source>
        <source src="https://files.cnblogs.com/files/php-linux/1.js" type="video/webm"></source>
        <source src="https://files.cnblogs.com/files/php-linux/1.js" type="video/ogg"></source>
    </video>
<br>

  

posted @ 2019-12-20 09:43  brady-wang  阅读(301)  评论(0)    收藏  举报
编辑推荐:
· 编码之道,道心破碎。
· 记一次 .NET 某发证机系统 崩溃分析
· 微服务架构学习与思考:SOA架构与微服务架构对比分析
· tomcat为什么假死了
· 聊一聊 Linux 上对函数进行 hook 的两种方式
阅读排行:
· 编码之道,道心破碎。
· 知名开源项目Alist被收购!惹程序员众怒,开团炮轰甲方
· 如何给 GitHub Copilot "洗脑”,让 AI 精准遵循指令产出高质量代码
· 突发,小红书开发者后门被破解?!
· 历时半年,我将一个大型asp.net的零代码快速开发平台转成了java
点击右上角即可分享
微信分享提示