網頁中css, js, img文件下載保存

# -*- coding:utf-8 -*- from bs4 import BeautifulSoup as BS import urllib.request as rqst html = rqst.urlopen(url) #網頁用bs解析 bs = BS(req, 'lxml') #獲取css,js,img文件的路由 elc = bs.find_all('link', type='t
相關文章
相關標籤/搜索