摘要: #!python3 #multidownloadXkcd.py - Download XKCD comics using multiple threads. import requests import bs4 import os import threading # os.mkdir('xkcd', exist_ok=True) # store comics in ./xkcd ... 阅读全文
posted @ 2017-12-21 00:01 无边身尊者 阅读(2556) 评论(1) 推荐(0)