python爬蟲一:必應圖片(從網頁源代碼中找出圖片連接而後下載)

這裏講解最簡單的爬蟲:從網頁源代碼中找出圖片連接而後下載html 代碼:正則表達式 #coding=utf-8 #必應圖片爬蟲 import re import os import urllib.request url = 'http://cn.bing.com/images/search?q=usb+pen&FORM=HDRSC2' coding = 'utf-8' thepath = 'D:\
相關文章
相關標籤/搜索