Jsoup选择器 - 如何选择</p> <div>元素中的所有<p>元素,除了最后一个<p>元素?

时间:2016-02-26 03:25:37

标签: java android jsoup

有一堆html元素如下:

<div class="abc">
   <p>a</p>
   <p>b</p>
   <p>c</p>
   <p>x</p>
</div>

我想选择不带x的a,b,c。我期待着得到你的支持。提前谢谢。

1 个答案:

答案 0 :(得分:2)

使用css伪类for(int i = 0; i < text.length(); i++){ int first = text.charAt(i); for(int j = 0; j < key.length(); j++){ int second = key.charAt(j); int that = first + (second % 26); output = output + (char)that; } } not

last-child