标签: php json twitter
需要从推文中获取扩展的网址。这是我错误的代码:
$twitter_data = json_decode($rss,true); for($i=0;$i<100;$i++){ $iurlx = $twitter_data['results'][$i]['entities']['urls']['expanded_url'];
如何尽可能简单地解决这个问题?