摘要:
import urllibimport osprint "downding..."http = urllib.urlopen('http://www.baidu.com')file=open("test.html","w")if http.code ==200: print "donwload succ"while 1: str=http.read(1024) if not len(str): b... 阅读全文
posted @ 2011-06-28 23:37
网络小虫
阅读(330)
评论(0)
推荐(0)