码迷,mamicode.com
首页 > Web开发 > 详细

web crawling(plus1)

时间:2017-10-02 13:28:28      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:cep   time   ***   code   pen   galaxy   lin   info   awl   

urllib.request.rechieve("www",filename="")

urllib.request.cleanup()

a=urllib.request.urlopen()   

a.info()

a.getcode()

a.geturl()

*******************************************

a=urllib.request.urlopen("https://www.galaxymacau.com/zh-hant/",timeout=200)
***********************************
for i in range(0,100):
try:
a=urllib.request.urlopen("https://www.galaxymacau.com/zh-hant/",timeout=1)
data1=a.read()
print(len(data1))
except Exception as e:
print("exception now:"+str(e))
**********************************
http request:

web crawling(plus1)

标签:cep   time   ***   code   pen   galaxy   lin   info   awl   

原文地址:http://www.cnblogs.com/rabbittail/p/7619988.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!