idhttp get时报 Invalid argument to date encode(100)

  • 主题发起人 主题发起人 newkid
  • 开始时间 开始时间
N

newkid

Unregistered / Unconfirmed
GUEST, unregistred user!
idhttp1.get('www.google.cn')时报 Invalid argument to date encode错误,如何解决。
 
因为有些页面返回的头部信息中,没有Date字段,所以会这样,这是正常的,用try except end包起来就可以了,HTTP/1.1 200 OKDate: Thu, 19 Mar 2009 11:32:39 GMT //就是少了这个,用截包软件很容易看到.Server: BWS/1.0Content-Length: 1809Content-Type: text/htmlCache-Control: privateExpires: Thu, 19 Mar 2009 11:32:39 GMTContent-Encoding: gzip
 
后退
顶部