String outputString = Jsoup.clean(inputString, Whitelist.simpleText()); System.out.println("SIMPLETEXT OUTPUT : " + outputString);
確定! 回上一頁