摘要: 通过HtmlAgilityPack 实现对html页面解析HtmlDocument doc = new HtmlDocument(); doc.Load(yourStream); var itemList = doc.DocumentNode.SelectNodes("//span[@class=' 阅读全文
posted @ 2017-03-27 13:14 beautifulday 阅读(1939) 评论(0) 推荐(0) 编辑