介绍:
音乐解析API对接aplayer播放器
TP5开发的音乐解析API对接aplayer播放器
支持酷狗音乐,网易云音乐,QQ音乐的歌单解析API
酷狗歌单说明酷狗音乐不能解析到平台里的自建歌单
现在需要在程序里注册并且在添加歌单音乐请求示例
http://你的域名/index/music/index?id=2205345458
<div id="player" class="aplayer"></div> <link rel="stylesheet" href=https://www.dkewl.com/code/"https://cdn.bootcss.com/aplayer/1.10.1/APlayer.min.css" /> $(function(){ $.ajax({ url:"http://www.dkewl.com/index/music/index?id=2205345458", //把这里的链接替换你的歌单解析api success:function(e){ var a=new APlayer({ 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)}})})
图片:
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。