摘要:
import urllib.requestimport randomip=["122.72.56.112:8080","118.144.67.50:8118"]url1 = "http://www.whatismyip.com.tw"proxy_support = urllib.request.Pr 阅读全文
随笔分类 - 爬虫入门到放弃
网络爬虫基础篇
2017-04-13 18:04 by hl_流星, 173 阅读, 收藏,
摘要:
在实战中学习 实战1(爬一个网页图片): import urllib.request response =urllib.request.urlopen(http://placekitten.com/g/500/600") cat.img = response.read() with open('ca 阅读全文
浙公网安备 33010602011771号