Jsoup is including an extra line break in the returned string if the string includes <br /> String html ="TEST<br />TEST"; Jsoup.clean(html, ...
確定! 回上一頁