从网站获取到了xelx的下载链接保存下来的数据内容却不一样,是不是我保存下载的格式发送了错误?
excel = 'http://credit.xjbt.gov.cn'+xelx
name = excel.split('/')[-1]
with open(f'./兵团xelx/{name}',"a") as f:
f.write(excel)
原本的效果
我下载的效果
从网站获取到了xelx的下载链接保存下来的数据内容却不一样,是不是我保存下载的格式发送了错误?
excel = 'http://credit.xjbt.gov.cn'+xelx
name = excel.split('/')[-1]
with open(f'./兵团xelx/{name}',"a") as f:
f.write(excel)
原本的效果