HttpHelper http = new HttpHelper();
HttpItem item = new HttpItem()
{
URL = "http://www.sufeinet.com",//URL 必需项
Method = "GET",//URL 可选项 默认为Get
ResultCookieType = ResultCookieType.CookieContainer,
CookieContainer = new CookieContainer()//实际大家要写成自己的Cookie
};
HttpResult result = http.GetHtml(item);
string html = result.Html;
string cookie = result.Cookie;
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |