甜美茉莉

文章
5
资源
0
加入时间
3年1月24天

模拟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...