摘要: 点击查看代码 import requests import os # 下图片功能 def down_img(url, zid): if not os.path.exists(zid): os.makedirs(zid) headers = { "user-agent": "Mozilla/5.0 ( 阅读全文
posted @ 2024-10-09 23:32 神仙不在 阅读(18) 评论(0) 推荐(0)