xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

标准手指键位免费在线打字练习网站 All In One

标准手指键位免费在线打字练习网站 All In One

提高手指灵活性

https://www.typingclub.com/sportal/program-3.game

https://www.typingclub.com/sportal/program-3/116.play

update, 2023.09.26

https://qwerty.kaiyi.cool/

https://github.com/RealKai42/qwerty-learner

Qwerty Learner — 为键盘工作者设计的单词肌肉记忆锻炼软件

HTML 5 Video 标签 autoplay 播放带声音 bug ❌

<!-- autoplay 播放带声音 bug ❌-->

<video width="820" height="400" playsinline="" controls="" style="" autoplay>
  <source src="https://vid.typingclub.com/vid/typing/196638853.mp4" type="video/mp4">
</video>
<!-- 手动开启播放静音模式 muted ✅-->

<video width="820" height="400" playsinline="" controls="" style="" autoplay muted>
   <source src="https://vid.typingclub.com/vid/typing/196638853.mp4" type="video/mp4">
</video>


https://www.cnblogs.com/xgqfrms/p/16923004.html

html5 video autoplay

<video controls autoplay width="250">
    <source src="/media/cc0-videos/flower.webm"  type="video/webm">
    <source src="/media/cc0-videos/flower.mp4" type="video/mp4">
    Sorry, your browser doesn't support embedded videos.
</video>

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video

<video controls autoplay>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

https://www.w3schools.com/tags/att_video_autoplay.asp

refs



©xgqfrms 2012-2020

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @   xgqfrms  阅读(1028)  评论(5编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2021-02-10 iPhone 如何查看 Wi-Fi 密码
2021-02-10 读书笔记《能力陷阱》
2020-02-10 js operate svg
2020-02-10 UML
2020-02-10 css & box-shadow & outline
2020-02-10 SVG & Blob & Base64
2020-02-10 Node.js Debugger All In One
点击右上角即可分享
微信分享提示