使用Python脚本通过.txt文件批量下载
摘要:我的使用情景: 因为要从官网上下载CNF文件做测试,但是官网里每一个URL对应一个CNF文件,总共400个文件,肯定不能手动下载。 步骤: 1、首先将所有URL保存到一个.txt内,如图所示。 2、python代码如下 # -- coding:UTF-8 --<code> import reques
阅读全文
posted @ 2021-03-29 14:00
posted @ 2021-03-29 14:00
posted @ 2020-10-12 13:34
posted @ 2020-09-30 11:57