Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要从推文中获取扩展的 url。这是我不正确的代码:
$twitter_data = json_decode($rss,true); for($i=0;$i<100;$i++){ $iurlx = $twitter_data['results'][$i]['entities']['urls']['expanded_url'];
如何尽可能简单地解决这个问题?