gpt4 book ai didi

c# - Agility Pack Descendants 功能问题

转载 作者:太空宇宙 更新时间:2023-11-03 11:12:01 26 4
gpt4 key购买 nike

 public string getContent(string webAddress)
{
HtmlAgilityPack.HtmlWeb web = new HtmlAgilityPack.HtmlWeb();
HtmlDocument doc = web.Load(webAddress);
return string.Join(" ", doc.DocumentNode.Descendants().Select(x => x.InnerText));
}

我正在使用这个函数来尝试检查这个函数的作用!但是我得到一个异常,它告诉我当前上下文中不存在函数 Decendants!虽然我已经包含了敏捷包的引用 dll!

最佳答案

您需要使用支持 LINQ 兼容集合的最新版本的 htmlagilitypack 来导航 HTML 树

使用这个 latest版本!

关于c# - Agility Pack Descendants 功能问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13663477/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com