2014年4月26日

post方法

摘要: 1 CookieContainer cookie = new CookieContainer(); 2 private string HttpPost(string Url, string postDataStr) 3 { 4 HttpWebRequest ... 阅读全文
posted @ 2014-04-26 00:35 13m0n 阅读(233) 评论(0) 推荐(0) 编辑

get方法

摘要: public string HttpGet(string Url, string postDataStr) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url + (postDataSt... 阅读全文
posted @ 2014-04-26 00:26 13m0n 阅读(517) 评论(0) 推荐(0) 编辑