python socket问题
我用data=sock.recv(1024)获取返回值后,输出到文件,结果正式内容前面带了一堆信息比如 HTTP/1.1 200 OK
Date: Tue, 08 Nov 2011 11:32:41 GMT
Server: Apache
X-Powered-By: PHP/5.2.8
Content-Type: application/octet-stream
Content-Length: 169
请问如何除去这些信息
用正则表达式去除啊
你需要的东西头是什么?Content?