摘要: 爬虫练习 基于urllib实现 import urllib.request import re url="https://www.zhihu.com/question/21100397" # 我们要爬取图片的地址 page = urllib.request.urlopen(url) # 第一行 打开 阅读全文
posted @ 2019-06-13 19:08 走投无路只能来敲敲代码 阅读(216) 评论(0) 推荐(0) 编辑