標准手指鍵位免費在線打字練習網站 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, 禁止轉載 🈲️,侵權必究⚠️!
