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.
我正在尝试使用 JSoup 从字符串中删除 html 标记,但在运行时模拟器给出了一个异常:NoClassDefFoundError: org.jsoup.JSoup
这是我的代码:
String result="<html> hello </html>"; Jsoup.parse(result).text();
谁能帮我?
与其将 JSoup jar 放在 lib 中,不如将其放在 libs 中。
试试link1和link2 ..,。