我已经尝试过,但出现错误,您知道为什么吗?它给了我一个错误
var Webget = new HtmlWeb();
var doc = Webget.Load(earlyLink);
var ourNodes = doc.DocumentNode.SelectNodes(("//p[@class='product_note']"));
foreach (var node in ourNodes)
{
Console.WriteLine(node.GetDirectInnerText());
}```
This is the Error
未处理的异常。System.Net.WebException:连接被拒绝 连接被拒绝
慕森王
相关分类