蓝汇云音乐解析API对接aplayer播放器

介绍:

音乐解析API对接aplayer播放器

TP5开发的音乐解析API对接aplayer播放器

支持酷狗音乐,网易云音乐,QQ音乐的歌单解析API

酷狗歌单说明酷狗音乐不能解析到平台里的自建歌单

现在需要在程序里注册并且在添加歌单音乐请求示例

http://你的域名/index/music/index?id=2205345458

<divid="player"class="aplayer"></div>
<linkrel="stylesheet"href="https://cdn.bootcss.com/aplayer/1.10.1/APlayer.min.css"/>
<scriptsrc="https://cdn.bootcss.com/jquery/3.5.0/jquery.min.js"></script>
<scriptsrc="https://cdn.bootcss.com/aplayer/1.10.1/APlayer.min.js"></script>
<script>
$(function(){
$.ajax({
url:"http://www.dkewl.com/index/music/index?id=2205345458",//把这里的链接替换你的歌单解析api
success:function(e){
vara=newAPlayer({
element:document.getElementById("aplayer"),
autoplay:true,
fixed:true,
loop:"all",
order:"random",
listFolded:true,
showlrc:3,
theme:"#FFC0CB",
listmaxheight:"200px",
music:eval(e)});
window.aplayers||(window.aplayers=[]),
window.aplayers.push(a)}})})
</script>

图片:

007WUzxmgy1gprjectjgwj312w0i0e81.jpg

百度网盘:https://pan.baidu.com/s/1vBrWhRG66DcOIncS05kXrQ?pwd=y2ed 提取码: y2ed
夸克网盘:https://pan.quark.cn/s/5906fa6cf15d

温馨提示: 本文最后更新于2025-06-11 15:50:03,某些文章具有时效性,若有错误或已失效,请在下方 留言或联系QQ:2604140139 全免资源网
© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容