蓝汇云音乐解析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:"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)}})})
</script>
图片:

源码分类:视频音乐
本地下载地址
蓝汇云音乐解析API对接aplayer播放器
RIPRO主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
9080免费资源分享,PHP源码、网站源码、游戏源码、模板插件、软件工具、网络教程、为中国站长提供一站式源码下载 » 蓝汇云音乐解析API对接aplayer播放器
9080免费资源分享,PHP源码、网站源码、游戏源码、模板插件、软件工具、网络教程、为中国站长提供一站式源码下载 » 蓝汇云音乐解析API对接aplayer播放器