找不到方法:'System.Collections.Generic.IEnumerable`1 System.Collections.Generic.IEnumerable`1“Fizzler.Systems.HtmlAgilityPack.HtmlNodeOps.b我会冒险猜测现在有一些不兼容版本的相关dll (fizzler?)缺少Descendants方法?但是, for HtmlAgilityPack不显示依赖项,我使用的fizzler版本为1.0.0,我认为这是正确的。
我知道我必须从这里使用Fizzler Html Agility Pack:,但我不知道哪里出了问题。***out***.Save(@"C:\test.xml");using HtmlAgilityPack;using Fizzler.Systems.HtmlAgilityPack;{
WebClient x =
Using Fizzler.Systems.HtmlAgilityPack;HtmlNodeSelection.QuerySelectorAll( _htmlDocument.DocumentNode发现我看了Fizzler的源代码..
// TODO Support full string syntax!