标准手指键位免费在线打字练习网站 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://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, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/15877584.html
未经授权禁止转载,违者必究!