如何解决Python的文件批量下载问题

import urllib.request

urllib.request.urlretrieve(url=r’http://www.cnindex.com.cn/syl/2016-03-24/crsc.xls’, filename=r”D:\abc.xls”)

    原文作者:xlgray2012
    原文地址: https://blog.csdn.net/xlgray2012/article/details/50974486
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞