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.
我的代码显示了来自 yahoo 的 rss 提要,但它显示了完整的页面,如下所示:
我只需要包含新闻的白盒子。蓝色的雅虎部分应该被删除。我怎样才能做到这一点?
相当老的帖子,但您必须从 RSS 提要解析 XML。查找 SAXparser,您可能会找到解析 RSS 提要的示例