刹那的菜鸟

博客园 首页 新随笔 联系 管理

2017年8月1日 #

摘要: public static string Post(string url, string data, Encoding encoding) { try { HttpWebRequest req = WebRequest.CreateHttp(new Uri(url)); req.ContentTyp 阅读全文
posted @ 2017-08-01 22:35 刹那的菜鸟 阅读(727) 评论(0) 推荐(0) 编辑

摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threa... 阅读全文
posted @ 2017-08-01 17:30 刹那的菜鸟 阅读(439) 评论(0) 推荐(0) 编辑