dotnetcore/DotnetSpider

我该如何获取多个元素

JHeLiu opened this issue · 2 comments

比如

("//ul/li")

这个库我该如何遍历它

用Nodes去获取多个

HtmlDocument.SelectNodes("{xpath}")