2016年11月10日

.net WebClient发送请求实例:

摘要: public static Main(string [] ager) { WebClient client = new WebClient(); client.Headers.Clear(); client.Headers.Add("Content-Type", "application/x-www-form-urlencoded;cha... 阅读全文

posted @ 2016-11-10 14:36 跨界农民工 阅读(203) 评论(0) 推荐(0)

导航