标签: java jsoup html-parsing
我使用jsoup来解析HTML网页。我通过这段代码获得了文档:
Document doc = Jsoup.connect(url).get();
现在我想选择具有特殊条件的doc子文档。 请帮忙,