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 @ 2022-02-10 00:54  xgqfrms  阅读(921)  评论(5编辑  收藏  举报