摘要:
WebClient wc = new WebClient();var URI = new Uri("http://your_uri_goes_here");//If any encoding is needed.wc.Headers["Content-Type"] = "application/x-www-form-urlencoded";//Or any other encoding type.//If any key neededwc.Headers["KEY"] = "Your_Key_Goes_H 阅读全文