🌈 搜索
📅  最后修改于: 2022-03-11 14:53:20.142000             🧑  作者: Mango
public static String html2text(String html) { return Jsoup.parse(html).text(); }