[C#] 纯文本查看 复制代码 item = new HttpItem()
{
URL = "http://llagthn.lianlian.com.cn:8081/agent/compareMoney.do?pay=10&custsimno=15936227218&tradeType=214001&_=1384177742713",
Method = "Get",//URL 可选项 默认为Get
Cookie ="JSESSIONID=" + HttpCookieHelper.GetCookieValue("JSESSIONID", NewCookies) + ";53kf_70725224_keyword=http://llagthn.lianlian.com.cn:8081/ISPReq.do?belong=mobile&subMenuId=hf&url=recharge.do&subMenuNo=1&llavSessionId=" + llavSessionId + "&value=100;kf_70725224_keyword_ok=1;onliner_zdfq70725224=0;",
ContentType = "application/x-www-form-urlencoded"//返回类型 可选项有默认值
};
HttpResult result = http.GetHtml(item);
string html = result.Html;
返回结果:- <div><script language=javascript></div><div>if('您已超时退出!' != ""){</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>alert("您已超时退出!");</div><div>}</div><div>document.location.href='http://www.lianlian.com';</div><div></script></div><div>
- </div><div>
- </div><div>抓包结果:</div>
复制代码 |