Normalizes the whitespaces in text nodes of the specified document. for (TextNode node : doc.body().textNodes()) { node.text(node.text()); return ...
確定! 回上一頁