我尝试使用JSoup从字符串中删除html标记,但在运行时模拟器给出了一个异常: NoClassDefFoundError: org.jsoup.JSoup
下面是我的代码:
String result="<html> hello </html>"; Jsoup.parse(result).text();
有谁可以帮我?
发布于 2012-11-12 20:58:53
不是将JSoup jar放入库中,而是放入库中。
试试link1和link2..。
https://stackoverflow.com/questions/13343793
相似问题