摘要:
The important point about Java HTML parsing is to use a parser designed for it. While you can parse HTML using the default XML parser, it's a brittle thing because it will only accept well formed, strict XHTML.TagSoup libraryHence, I highly recommend using the TagSoup library which slots right i 阅读全文
posted @ 2013-05-14 03:35
刺猬的温驯
阅读(326)
评论(0)
推荐(0)