千千音乐歌单 json 输出列表
效果图:
最近在写播放器的时候需要写歌单添加就拿千千音乐的来做了演示为了方便就拿千千音乐的手机版来写的,缺点就是只能获取100首音乐。
php代码:
$url = 'http://music.taihe.com/songlist/566986960';
$str=str_GetUrl($url, 3); //远程访问
preg_match('/"},"songlist":(.*),"body":{"comment_num"/iU', $str, $json); //标题$CD_name[1]
$obj=json_decode($json[1]);
$arrs = array();
foreach ($obj as $unit){
$arr['title'] = $unit->title;
$arr['author'] = $unit->author;
$arr['song_id'] = $unit->song_id;
$arr['pic_radio'] = $unit->pic_radio;
$arrs[] = $arr;
}
echo json_encode($arrs,JSON_PRETTY_PRINT);
http://music.taihe.com/songlist/566986960 歌单链接地址
管理员设置 回复 可见隐藏内容
黑蜘蛛
评论
3条评论高山流水 Lv.1 Chrome 86.0.4240.198 Windows 回复
感谢楼主,好人一生平安
山东省济南市 移动
皮卡丘 Lv.1 Chrome 86.0.4240.198 Windows 7 x64 Edition 回复
新人报道表情学习一下 表情
江西省赣州市 电信
laobiao Lv.1 Chrome 78.0.3904.108 Windows 7 x64 Edition 回复
新人报道学习一下
北京市 移动