简体   繁体   中英

Extract the content from the table using jsoup

I am trying to parse the following page.

Document doc = Jsoup.connect(“http://www.informatik.unitrier.de/~ley/pers/hd/h/Han:Jiawei.html“).get();

I need to extract the contents of the 1st table, that is only author names and their publications. But I need only the contents of the table from the year 1986 to year 2012. What could be the possible syntax in jsoup?

Any help will be appreciated .

The data of this website is using javascript , so it's not possible to parse it with jsoup.

I've listed some alternatives in this answer: Trying to parse html hidden by javascript

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM