python爬蟲-爬取bing壁紙

#! python3 # -*- coding:utf-8 -*- """ 下載bing壁紙, bing壁紙api爲:"https://bing.ioliu.cn/?p=" pageIndex爲1~64 圖片連接,正則表達式爲:'url=(.+?)&' 圖片下載API爲:url+"?force=download" """ import time import threading impo
相關文章
相關標籤/搜索