HttpHelper http = new HttpHelper();
HttpItem item = new HttpItem()
{
URL = "http://leshou.com/login",//URL 必需项
Method = "get",//URL 可选项 默认为Get
ResultType = ResultType.String
};
HttpResult result = http.GetHtml(item);
string cookie = result.Cookie;
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |