目录1. 使用urllib.request模块2. 使用requests库(简单方式)3. 使用requests库(带进度条)4. 使用wget库5. 使用http.client(标准库)6. 使用aiohttp(异步下载)7. 使用pycurl(高性能下载)8. 使用urllib3库9.