摘要: 使用HttpWebRequest可以帮助我们发送web请求 //发送post请求 public string SendPostReq(string param) { string content = ""; HttpWebRequest request = (HttpWebRequest)HttpW 阅读全文
posted @ 2021-07-19 17:37 RookieCoderAdu 阅读(405) 评论(0) 推荐(0)