摘要: string URI = "http://www.myurl.com/post.php"; string myParameters = "param1=value1&param2=value2&param3=value3"; using (WebClient wc = new WebClient() 阅读全文
posted @ 2020-10-22 11:11 FredGrit 阅读(84) 评论(0) 推荐(0) 编辑