摘要:
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 阅读全文
posted @ 2014-03-31 01:03
androllen
阅读(315)
评论(0)
推荐(0)

浙公网安备 33010602011771号