C#通过WebClient/HttpWebRequest实现http的post/get方法
摘要:
//body是要传递的参数,格式"roleId=1&uid=2"//post的cotentType填写://"application/x-www-form-urlencoded"//soap填写:"text/xml; charset=utf-8" public static string Po... 阅读全文
posted @ 2015-03-09 17:35 走过路过ボ不要错过 阅读(271) 评论(0) 推荐(0) 编辑