摘要:
//第一步 建立HTTP请求对象 var httpWebRequest = (HttpWebRequest)WebRequest.Create(apiURL); httpWebRequest.ContentType = "application/json"; httpWebRequest.Method = "POST"; ... 阅读全文
posted @ 2019-01-24 14:20
伊一线天
阅读(934)
评论(0)
推荐(0)

浙公网安备 33010602011771号