PHP读取Feed 2021-04-23 演示数据 0 评论 PHP读取feed,用PHP自带的simplexml系列函数实现1.只读取标题<?php$xml=simplexml_load_file('http://www.site.com/rss.xml');foreach($xml->channel->item as $item){ echo '<a href="...