如何在 htmlagilitypack 中获取所有具有class = 'round'和id = 'footer'的 div?
我以为我可以在下面做,但它不起作用?
Dim s As HtmlNodeCollection = htmlDoc.DocumentNode.SelectNodes("//div[@class ='round' and @id='footer']")
如何在 htmlagilitypack 中获取所有具有class = 'round'和id = 'footer'的 div?
我以为我可以在下面做,但它不起作用?
Dim s As HtmlNodeCollection = htmlDoc.DocumentNode.SelectNodes("//div[@class ='round' and @id='footer']")