已掉线,重新登录

首页 > 绿虎论坛 > 历史版块 > 编程 > PHP

求PHP&JSON大神帮忙


『回复列表(22|隐藏机器人聊天)』

20. ++
(/@Ta/2016-07-07 14:32//)

21. @hnhhcxy,是'.$a['data']['song']['list'][$i]['singer'][0]['name'].'
(/@Ta/2016-07-07 14:33//)

23. @hnhhcxy
<?php
header("Content-type: text/html; charset=utf-8");
error_reporting(0);
$key="全英雄联盟";
$ym=file_get_contents("http://i.y.qq.com/s.music/fcgi-bin/search_for_qq_cp?format=json&w=".$key."&n=50");
$a=json_decode($ym,true);
for($i=0;$i<=$a['data']['song']['curnum']-1;$i++){
        echo $a['data']['song']['list'][$i]['singer'][0]['name'].'  <a href="'.$a['data']['song']['list'][$i]['songurl'].'">'.$a['data']['song']['list'][$i]['songname'].'</a><br>';
}
?>
(/@Ta/2016-07-07 18:56//)

上一页 2/2页,共22楼

回复需要登录

8月29日 12:36 星期五

本站由hu60wap6驱动

备案号: 京ICP备18041936号-1