2014年10月17日
摘要: 本例中主要是通过HtmlAgilityPack解析html源码获取所需的数据. using HtmlAgilityPack;1.通过C#中WebRequest,WebResponse,StreamReader类获取网页源代码WebRequest request = WebRequest.Create... 阅读全文
posted @ 2014-10-17 16:57 C#_萝卜头 阅读(532) 评论(0) 推荐(0)