python爬蟲——利用requests庫BeautifulSoup簡單爬取網頁上照片

剛開始接觸網絡爬蟲,記錄本身的學習歷程。html 開發環境:python 3.6 IDLE python 爬取對象及任務:爬取學院網站上教師的信息,將教師照片保存在某一文件下。 url = 'http://cmee.nwafu.edu.cn/szdw/gjzcry/index.htm'網絡 程序代碼:app import requests import bs4 import os from bs4
相關文章
相關標籤/搜索