本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
蓝汇云音乐解析API对接aplayer播放器
音乐解析API对接aplayer播放器
TP5开发的音乐解析API对接aplayer播放器
支持酷狗音乐,网易云音乐,QQ音乐的歌单解析API
酷狗歌单说明酷狗音乐不能解析到平台里的自建歌单
现在需要在程序里注册并且在添加歌单音乐请求示例
http://你的域名/index/music/index?id=2205345458
<div id="player" class="aplayer"></div>
<link rel="stylesheet" href="https://cdn.bootcss.com/aplayer/1.10.1/APlayer.min.css" />
<script src="https://cdn.bootcss.com/jquery/3.5.0/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/aplayer/1.10.1/APlayer.min.js"></script>
<script>
$(function(){
$.ajax({
url:"https://www.bygoukai.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)}})})
</script>
需要产品请进入点击网站支付后联系客服直接领取:http://zy.ayjrw.cn/?mod=buy&tid=3533(点击这里)
本站资源均来自采集取得,如果侵权请随时联系网站客服进行反馈下架,另外代码模板仅供学习交流使用请勿商业运营,严禁从事违法,侵权等任何非法活动,否则后果自负!
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容