python 豆瓣爬蟲:自動下載周星馳圖片

目錄 效果演示 代碼 效果 爬蟲流程 打開網頁 獲取數據 保存數據 效果演示 廢話不多說,先看下代碼和效果 代碼 # coding:utf-8 import requests import json def download(src,id): dir = './'+str(id)+'.jpg' try: pic = requests.get(src,timeout
相關文章
相關標籤/搜索