wget

需要通过pip install wget进行安装

import wget

url = 'http://192.168.1.203/dev/live_ver'
dest_dir = '/home/yy/test'

wget.download(url, dest_dir)

posted @ 2022-04-16 23:06  yy9knsg  阅读(76)  评论(0)    收藏  举报