摘要:
#练习入门 import urllib.request response = urllib.request.urlopen("http://blog.fishc.com/") html = response.read() print(html) #爬虫图片 import urllib.request response = urllib.request.urlopen("http://place... 阅读全文
posted @ 2017-12-18 18:20
flowerszhao
阅读(225)
评论(0)
推荐(0)
浙公网安备 33010602011771号