Im trying to download a page contain a table like this
Name 3条回答 渐次进展 (楼主) 2021-01-28 00:19 I can't test it right now, but it should be something among the lines of : string name= namenode.Element("a").Element("b").InnerText; string url= linknode.Element("a").GetAttributeValue("href","unknown"); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I can't test it right now, but it should be something among the lines of :
string name= namenode.Element("a").Element("b").InnerText; string url= linknode.Element("a").GetAttributeValue("href","unknown");