S
Size: a a a
S
S
S
S
EA
EA
S
EP
resultNodes = doc.DocumentNode
.SelectSingleNode("//*[@id='search-results']")
.ChildNodes
.Where(_ => _.Name != "#text")
.Select(x => x)
.ToList();
S
S
resultNodes = doc.DocumentNode
.SelectSingleNode("//*[@id='search-results']")
.ChildNodes
.Where(_ => _.Name != "#text")
.Select(x => x)
.ToList();
S
resultNodes = doc.DocumentNode
.SelectSingleNode("//*[@id='search-results']")
.ChildNodes
.Where(_ => _.Name != "#text")
.Select(x => x)
.ToList();
EP
S
EP
S
S
S
S
S
S