How do you parse a web page and extract all the href links?

后端 未结 7 2004
情话喂你
情话喂你 2021-01-01 19:18

I want to parse a web page in Groovy and extract all of the href links and the associated text with it.

If the page contained these links:



        
7条回答
  •  感情败类
    2021-01-01 19:28

    Html parser + Regular expressions Any language would do it, though I'd say Perl is the fastest solution.

提交回复
热议问题