首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

在用代码获取网页输出的时候WebResponse出现如上提示

2012-10-23 
在用代码获取网页输出的时候WebResponse出现如下提示大家好,在用代码获取网页输出的时候WebResponse出现如

在用代码获取网页输出的时候WebResponse出现如下提示
大家好,在用代码获取网页输出的时候WebResponse出现如下提示
Headers = {
Connection: close
Transfer-Encoding: chunked
Cache-Control: max-age=120
Content-Type: text/html
Date: Sun, 22 Aug 2010 04:56:24 GMT
Expires: Sun, 22 Aug 2010 04:58:24 GMT
Set-Cookie: USRMDE14=usrmd1144; path=/
Server: Apache

}
然后ContentLength的长度为-1,没有读取到任何网页的内容,请问该如何解决?

[解决办法]
信息太少

热点排行