Winform 使用HttpWebRequest 模拟发送json数据的记录
摘要:HttpWebRequest req = HttpWebRequest.Create(serviceUrl) as HttpWebRequest; --serviceUrl 要访问的http地址 req.ContentLength = fparRequestJsonBytes.Length; 如果要
阅读全文
posted @ 2018-06-13 15:22
posted @ 2018-06-13 15:22