标签:close ade 路径 模块 build 写入 pen imp dom
import urllib.request
#导入模块
url="路径"
#路径
file=("值1","值2")
#伪装成浏览器值
dom=urllib.request.build_opener()
dom.addheaders=[file]
her=dom.open(url).read()
tc=open("D:\hom.txt","wb")
tc.write(her)
tc.close()
#最后是写入文件
标签:close ade 路径 模块 build 写入 pen imp dom
原文地址:https://www.cnblogs.com/chunqing/p/9061281.html