0
点赞
收藏
分享

微信扫一扫

python wget下载href的链接图片

阎小妍 2022-04-13 阅读 37
python
import wget

html = 'http://localhost:8080/jpress/commons/captcha?d=0.8233469537052793'

wget.download(html,'demo_wget.png')
举报

相关推荐

0 条评论