“FilenotfoundException” Respostas de código

Arquivo não encontrado

file = open(r"C:\Users\SUN\Desktop\oops in python.txt")
for i in file:
    print(i)

file.close()
Gleaming Gerbil

FilenotfoundException

// 用户删除了该文件:
String t = readFile("C:\\abc.txt"); // FileNotFoundException!
Panicky Peafowl

Respostas semelhantes a “FilenotfoundException”

Procure respostas de código populares por idioma

Procurar outros idiomas de código