0

I have html file and I have the label name now I need to identify the html object. Can you please help me to identify the object. I am using jsoup to parase, I could not attaching the screen shot,

The page has top row with label below are html object

program, study, study status, study manager (all are labels and below html obj)

text box dropdown, drop down, text box (html objec)

4

1 回答 1

0

使用 HTML 时,需要注意 HTML 元素的结构,而不是它们在屏幕上的呈现方式。在您的情况下,您需要找到一种方法来识别您在 HTML 代码中寻找的元素,然后使用其中一种Document#getElement(s|)By(.+)方法找到它。

于 2013-03-20T13:45:44.337 回答