String result1 = Jsoup.clean(testHtml, whitelist); System.out.println(result1);// 输出: div 标签的内容< p>p 标签的内容</p> ...
確定! 回上一頁