苏飞论坛

标题: POST模拟提交,传值失败是怎么回事? [打印本页]

作者: a7478729    时间: 2015-12-24 02:13
标题: POST模拟提交,传值失败是怎么回事?
[C#] 纯文本查看 复制代码
            //创建Httphelper对象
            HttpHelper http = new HttpHelper();
            //创建Httphelper参数对象
            HttpItem item = new HttpItem()
            {
                URL = VIPqqlivn.URL(),//URL     必需项   
                Method = "POST",//URL     可选项 默认为Get   
//ContentType = "application/x-www-form-urlencoded",//返回类型    可选项有默认值
                PostDataType = PostDataType.String,//默认为字符串,同时支持Byte和文件方法
//PostEncoding = System.Text.Encoding.UTF8,//默认为Default,
                Postdata = "QQ=123&name=ssss",//Post要发送的数据
            };
            //请求的返回值对象
            HttpResult result = http.GetHtml(item);
            //获取请请求的Html
            string html = result.Html;
            //获取请求的Cookie
            string cookie = result.Cookie;


作者: a7478729    时间: 2015-12-24 02:14
网站收不到任何数据,传参失败
作者: 站长苏飞    时间: 2015-12-24 08:22
网址 是什么,服务端怎么获取的




欢迎光临 苏飞论坛 (http://www.sufeinet.com/) Powered by Discuz! X3.4