51Testing软件测试论坛

标题: python中我用wb方式打开文件,报错说没有此文件? [打印本页]

作者: 测试积点老人    时间: 2021-3-31 13:52
标题: python中我用wb方式打开文件,报错说没有此文件?
明明是文件存在就将其覆盖不存在就创建新文件,为什么还会报错?
代码如下:
  1. A=requests.get(a) soup=BeautifulSoup(A.text,features="lxml") name=str(soup.find('title').text).strip(lu) if e in range(7, 11): response=requests.get("https://music.163.com/song/media/outer/url?id=" + d[0] + ".mp3") with open(name+'.mp3',mode='wb') as f: f.write(response.content) f.close()
复制代码
[attach]132384[/attach]


作者: qqq911    时间: 2021-4-1 12:16
无此文件
作者: 郭小贱    时间: 2021-4-1 16:05
没有找到文件哇...




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2