摘要: string Url = ""; string result = ""; HttpWebRequest req = (HttpWebRequest)WebRequest.Create(Url); req.Method = "POST"; req.ContentLength =... 阅读全文
posted @ 2019-04-19 09:18 yangjingblog 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: //工具类public static class FormUpload { private static readonly Encoding encoding = Encoding.UTF8; public static HttpWebResponse MultipartFormDataPost(string postUrl, string userAg... 阅读全文
posted @ 2019-04-19 09:14 yangjingblog 阅读(359) 评论(1) 推荐(0) 编辑