文章分类 -  python

摘要:python爬虫总结: 爬取图片 import requests from bs4 import BeautifulSoup url="https://pixiv.re/91881094.jpg" headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 阅读全文
posted @ 2023-10-14 23:15 gan_coder 阅读(39) 评论(0) 推荐(0)