用python下载网页或图片
摘要:
先安装requests pip install requests 代码: #引用 requests文件 import requests #下载地址 Download_addres='http://xxxxxx/tel.htm' #把下载地址发送给requests模块 f=requests.get(D 阅读全文
posted @ 2021-09-16 16:11 剩余价值 阅读(111) 评论(0) 推荐(0)
posted @ 2021-09-16 16:11 剩余价值 阅读(111) 评论(0) 推荐(0)