摘要: //得到cookie值的方法[STAThread] public static string RemoteLogin(string strLoginUrl, string strPostData, string cookieName) { CookieContainer cContainer=new CookieContainer(); byte[] data = System.Text.Encoding.ASCII.GetBytes(strPostData); string bResult = "";HttpWebRequest myreq = (HttpWebReque 阅读全文
posted @ 2012-08-27 18:58 Loser0628 阅读(1231) 评论(0) 推荐(0) 编辑