| 谢谢 我今天调试了
 如果访问正常  情况是这样
 Connecting to 218.5.72.49
 Connected to 218.5.72.49
 GET http://emouze.com/
 > Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 > User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
 > Host: emouze.com
 Request sent. 211 bytes
 Data available. 16384/16384 bytes
 Data available. 2609/18993 bytes
 < HTTP/1.1 200 OK
 < Server: Microsoft-IIS/5.0
 < Content-Location: http://emouze.com/index.htm
 < Date: Fri, 13 Jul 2007 16:47:32 GMT
 < Content-Type: text/html
 < Accept-Ranges: bytes
 < Last-Modified: Sat, 08 Jul 2006 05:34:27 GMT
 < ETag: "5835b22d50a2c61:eb6"
 < Content-Length: 18993
 <
 200 Request complete
 
 
 如果出错时是
 Site found: www.baidu.com=202.108.22.44
 Connecting to 202.108.22.44
 Connected to 202.108.22.44
 GET http://www.baidu.com/
 > Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 > User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
 > Host: www.baidu.com
 Request sent. 264 bytes
 Connection closed
 Error: 12031(与服务器的连接被重置
 )
 
 您看Error: 12031(与服务器的连接被重置   问题是在这儿...
 不过见笑了,您的程序我不会使用...有具体一点的说明吗...
 |