qin_yin 发表于 2020-9-19 20:32:37

open函数问题

f = open('C:\\Users\\Admin\\Desktop\\record.txt',)
这是报错:Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
    f = open('C:\\Users\\Admin\\Desktop\\record.txt')
FileNotFoundError: No such file or directory: 'C:\\Users\\Admin\\Desktop\\record.txt'
我检查了文件位置没有错误啊,(复制粘贴的)同位置的另一个文件都能打开(另一文件是后缀名是MP3,实际是txt)

qin_yin 发表于 2020-9-19 20:38:51

是本人打错字母,不好意思
页: [1]
查看完整版本: open函数问题