摘要:
string Url = ""; string result = ""; HttpWebRequest req = (HttpWebRequest)WebRequest.Create(Url); req.Method = "POST"; req.ContentLength =... 阅读全文
posted @ 2019-04-19 09:18
yangjingblog
阅读(1108)
评论(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
阅读(373)
评论(1)
推荐(0)

浙公网安备 33010602011771号