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.
我们如何在 java 中从 com.sun.syndication.feed.synd.SyndFeed 读取数据
该类SyndFeed提供了许多读取提要元数据的方法。为了获取相关内容,您获取并遍历链接,并使用HttpClientorURL.open()或类似的东西获取它们。
SyndFeed
HttpClient
URL.open()