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

js 爬虫下载 mp3 All In One

js 爬虫下载 mp3 All In One

韩语发音表

// 1. 获取 url path

// 2. create links


// 3. auto click download

demo

https://www.2hanyu.com/fayin/biao40.html

https://www.2hanyu.com/mp3/yinbiao/a.mp3

audio


<figure>
    <figcaption>元音>>单元音<mark></mark><sup>[a] </sup></figcaption>
    <audio controls src="https://www.2hanyu.com/mp3/yinbiao/a.mp3">
            Your browser does not support the <code>audio</code> element.
    </audio>
</figure>

<audio controls>
  <source src="https://www.2hanyu.com/mp3/yinbiao/a.mp3" type="audio/mpeg">
  <source src="https://www.2hanyu.com/mp3/yinbiao/a.ogg" type="audio/ogg">
  <p>Your browser doesn't support HTML5 audio. Here is a <a href="https://www.2hanyu.com/mp3/yinbiao/a.mp3">link to the audio</a> instead.</p>
</audio>

元音>>单元音[a]

video


<video controls width="250">
    <source src="https://www.2hanyu.com/mp3/yinbiao/a.webm" type="video/webm">
    <source src="https://www.2hanyu.com/mp3/yinbiao/a.mp4"  type="video/mp4">
    <p>Sorry, your browser doesn't support embedded videos.</p>
</video>

<video controls  src="https://www.2hanyu.com/mp3/yinbiao/a.mp4">
    <track default kind="captions"  srclang="en" src="https://www.2hanyu.com/mp3/yinbiao/a.vtt" />
    <p>Sorry, your browser doesn't support embedded videos.</p>
</video>

map


<map name="info_graphic">
    <area shape="poly" coords="130,147,200,107,254,219,130,228"  href="https://developer.mozilla.org/docs/Web/HTML" target="_blank" alt="HTML" />
    <area shape="poly" coords="130,147,130,228,6,219,59,107" href="https://developer.mozilla.org/docs/Web/CSS" target="_blank" alt="CSS" />
    <area shape="poly" coords="130,147,200,107,130,4,59,107" href="https://developer.mozilla.org/docs/Web/JavaScript" target="_blank" alt="JavaScript" />
</map>
<img usemap="#info_graphic" src="https://interactive-examples.mdn.mozilla.net/media/examples/mdn-info2.png" alt="MDN infographic" />

HTML CSS JavaScript MDN infographic

refs

HTML5 media tags

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

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



©xgqfrms 2012-2025

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

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


posted @   xgqfrms  阅读(135)  评论(2编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2020-06-19 You Don't Know the Hack tech in the frontend development
2020-06-19 AI & HR
2020-06-19 Flutter 开发小技巧
2019-06-19 vuex & redux
2019-06-19 circle menus & solutions
2019-06-19 web & js & touch & gesture
2019-06-19 CSS3 & transition & animation
点击右上角即可分享
微信分享提示