老虎下山

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年8月20日

摘要: public static string Login(String url, String paramList, string MyEncode, ref string myCookieContainer,string refer){ HttpWebResponse res = null; string strResult = string.Empty; ; try { HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url); req.Method = "POST"; req.ContentType = &qu 阅读全文
posted @ 2012-08-20 16:32 老虎下山 阅读(1315) 评论(0) 推荐(0) 编辑