第11章 下載xkcd的漫畫

#! python3 # downloadXkcd.py - Downloads every single XKCD comic. import requests, os, bs4 url = 'http://xkcd.com' # starting url下載圖片的網址 os.makedirs('xkcd', exist_ok=True) # store comics in ./xkcd wh
相關文章
相關標籤/搜索