H5播放器之——APlayer


右下角的播放器就是 · H5播放器之——APlayer

地址:https://aplayer.js.org

文檔地址:https://aplayer.js.org/#/zh-Hans

GitHub地址:https://github.com/MoePlayer/APlayer

 

前往示例Demo(ps:已不存在)

 1    <link rel="stylesheet" href="http://img.amayaliu.cn/APlayer/css/APlayer.min.css">
 2     <div id="aplayer"></div>
 3     <script src="http://img.amayaliu.cn/APlayer/js/APlayer.min.js"></script>
 4     <script>
 5         const ap = new APlayer({
 6             container: document.getElementById('aplayer'),
 7             audio: [{
 8                 name: '水之魂',
 9                 artist: '倩女幽魂登錄曲',
10                 url: 'https://amayaliu.cn/Music/The%20soul%20of%20water.mp3',
11                 cover: 'https://amayaliu.cn/APlayer/images/AmayaQnyh.jpg',
12                 lrc: 'https://amayaliu.cn/APlayer/lrc/水之魂.lrc'
13             }]
14         });
15     </script>

 

播放器為右下角部分

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM