How can I parse a HTML string in Java?

后端 未结 6 573
再見小時候
再見小時候 2021-01-04 07:50

Given the string \"

Hello World!
\", what is the (easiest) way to get a DOM Element represent
6条回答
  •  攒了一身酷
    2021-01-04 08:02

    I've used Jericho HTML Parser it's OSS, detects(forgives) badly formatted tags and is lightweight

提交回复
热议问题