摘要: 爬取网页图片的时候,遇到了返回302 import os import requests import urllib.request 自己写的保存图片方法 # 保存图片 def save_img(url,name,path): #获得图片后缀 file_suffix = os.path.splite 阅读全文
posted @ 2020-08-17 09:43 张永峰z 阅读(469) 评论(0) 推荐(0) 编辑