我一直在用scala玩羅馬1.0,雖然我已經能夠獲得標題,描述等標籤,它說getContent()不存在。 val url = "http://www.codecommit.com/blog/ruby/monads-are-not-metaphors/feed"
val feed: SyndFeed = new SyndFeedInput().build(new XmlReader(ne
允許使用羅馬API來解析供稿我收到此錯誤的RSS: com.sun.syndication.io.ParsingFeedException: Invalid XML
at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:210)
的代碼如下: public static void main(String[]
我使用的是羅馬教程頁面http://wiki.java.net/twiki/bin/view/Javawsxml/Rome05TutorialFeedReader中的代碼。 當我嘗試編譯時,它表示class FeedReader is public, should be declared in a file named FeedReader.java。 我是Java的新手,但我認爲FeedRead