飞哥,我在测试你写的登陆赶集网的代码,发现运行报下面的一个异常:
ex.Message = "You must write ContentLength bytes to the request stream before calling [Begin]GetResponse."
是 public HttpResult GetHtml(HttpItem objhttpitem) 函数的这段代码抛的:
#region 得到请求的response
using (response = (HttpWebResponse)request.GetResponse())
飞哥,我在测试你写的登陆赶集网的代码,发现运行报下面的一个异常:
ex.Message = "You must write ContentLength bytes to the request stream before calling [Begin]GetResponse."
是 public HttpResult GetHtml(HttpItem objhttpitem) 函数的这段代码抛的:
#region 得到请求的response
using (response = (HttpWebResponse)request.GetResponse())