item = new HttpItem()
{
URL = "http://60.195.252.137:16928/member/user/logon.action",//URL 必需项
Method = "post",//URL 可选项 默认为Get
Cookie = cookie.Replace("Path=/member", ""),//字符串Cookie 可选项
Accept = "text/html, application/xhtml+xml, */*",
Referer = "http://60.195.252.137:16928/member/logon.jsp",//来源URL 可选项
Postdata = string.Format("username={0}&pwd={1}&randNumInput={2}",
name, pwd, code),//Post数据 可选项GET时不需要写
ContentType = "application/x-www-form-urlencoded",//返回类型 可选项有默认值
};
zwtnt168 发表于 2016-3-5 17:38
[mw_shl_code=csharp,true]item = new HttpItem()
{
URL = "http://60.19 ...
mikelwu 发表于 2016-12-1 09:31
如果想实现在一台pc上,登陆多个用户,是否可以呢?使用chrome,建立多个用户,可以实现多个用户同时登陆, ...
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |