求大神解惑:我使用 NotFilter(new TagNameFilter("body")),想把body便签内容过滤掉,但是没有作用,结果还是有body的内容。官网上关于NotFilter()的解释是:Accepts all nodes not acceptable to it's predicate filter.到底是怎样用啊??
楼主是用来写爬虫吗,建议还是别用这个,文档少,而且还有很多的问题。用httpclient然后用正则吧