摘要: 爬取糗图百科图片 import os # 导入os模块 import requests # 导入爬虫模块 import re # 导入re模块 import time # 导入时间模块 if not os.path.exists(r'糗图百科图片'): # 检查'糗图百科图片'文件夹如果不存在 执行 阅读全文
posted @ 2021-09-22 19:40 查无此人cxc 阅读(224) 评论(0) 推荐(0)