2021年10月8日

Http Post

摘要: public static async Task<string> PostFormUrlEncoded(string url, IEnumerable<KeyValuePair<string, string>> postData) { using (var httpClient = new Http 阅读全文

posted @ 2021-10-08 15:46 lopengye 阅读(59) 评论(0) 推荐(0)

导航