摘要: from bs4 import BeautifulSoup import requests import time import os def get_photo(key): url = "https://desk.zol.com.cn/meinv/"+str(key)+".html" resp = 阅读全文
posted @ 2021-06-24 16:35 YuyuFishSmile 阅读(314) 评论(0) 推荐(0)
摘要: import requests from bs4 import BeautifulSoup import time url = "http://www.bizhi360.com/meinv/" resp = requests.get(url) resp.encoding = "utf-8" #pri 阅读全文
posted @ 2021-06-24 16:33 YuyuFishSmile 阅读(325) 评论(0) 推荐(0)