摘要: public static string SendRequest(string url, SortedDictionary requestParams, string requestMethod, string fileName) { if (requestMethod == "GET") { ... 阅读全文
posted @ 2017-09-13 19:49 hbsfgl 阅读(1320) 评论(0) 推荐(0)