Answer the question
In order to leave comments, you need to log in
How to parse an element that is below?
Example - https://www.e-katalog.ru/ek-list.php?katalog_=189=...
Each line has its own id, for example 31539. Ids go not in ascending order, but in random order. We need to get the id of the lowest element.
The crutch option is to write down the id of each element and assign them a number. But it will be too inconvenient for a large number of elements
. The available parameter is needed.
Answer the question
In order to leave comments, you need to log in
The lowest - the last? if so, then parse it all into an array list. and then refer with [-1]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question