摘要:
using (System.Net.Http.HttpClient httpClient = new HttpClient()) { httpClient.MaxResponseContentBufferSize = 256000; httpClient.DefaultRequestHeaders. 阅读全文
摘要:
通过html Table获取到内部数据,并执行去重. HtmlAgilityPack.HtmlWeb hw = new HtmlAgilityPack.HtmlWeb(); //加载本地文件 (之前是通过System.Net.Http.HttpClient post采集到的) HtmlAgility 阅读全文