jjzjj

UnsupportedMimeTypeException

全部标签

java - 连接错误 : "org.jsoup.UnsupportedMimeTypeException: Unhandled content type"

当我尝试打开一个链接以使用jsoup进行解析时出现错误。连接命令:Documentdoc=Jsoup.connect("http://www.rfi.ro/podcast/emisiune/174/feed.xml").timeout(10*1000).get();抛出的错误:Exceptioninthread"main"org.jsoup.UnsupportedMimeTypeException:Unhandledcontenttype.Mustbetext/*,application/xml,orapplication/xhtml+xml.Mimetype=application/

java - 连接错误 : "org.jsoup.UnsupportedMimeTypeException: Unhandled content type"

当我尝试打开一个链接以使用jsoup进行解析时出现错误。连接命令:Documentdoc=Jsoup.connect("http://www.rfi.ro/podcast/emisiune/174/feed.xml").timeout(10*1000).get();抛出的错误:Exceptioninthread"main"org.jsoup.UnsupportedMimeTypeException:Unhandledcontenttype.Mustbetext/*,application/xml,orapplication/xhtml+xml.Mimetype=application/