模拟Http请求,Ajax和获取Html(全)
需要两个辅助类库 HtmlAgilityPack.dll和Newtonsoft.Json.dll 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using HtmlAgilityPack; 5 using Newtonsoft.Json; 6 usi...