摘要:
从WebBrowser中取得Cookie 的代码 CookieContainer myCookieContainer = new CookieContainer(); string cookieStr = webBrowser1.Document.Cookie; string[] cookstr = cookieStr.Split(';'); ... 阅读全文
posted @ 2008-03-05 11:09
锐
阅读(14398)
评论(2)
推荐(0)
浙公网安备 33010602011771号