我想从此 JSON 文件中获取订阅者计数值:http ://gdata.youtube.com/feeds/api/users/googlechrome?v=2&alt=json
这就是我所做的,但它不起作用。
$youtube_url = json_decode( file_get_contents( 'http://gdata.youtube.com/feeds/api/users/googlechrome?v=2&alt=json' ), true );
$youtube_data = $youtube_url['entry']['yt$statistics']['subscriberCount'];