Jsoup select text after tag. public static String getTextAfterTag(Element ele) { String text = ""; for(TextNode node: ele.textNodes()) { text += ...
確定! 回上一頁