Toshitaka Utsumi

Results 1 comments of Toshitaka Utsumi

```html Try jsoup row1 row2 row3 row4 ``` selector: `p:nth-child(n+2):nth-child(-n+2)` I want to get 2nd `` tag only but returns row2,3,4. Instead of using nth-child(-n+x), I could get expected result...