“Filenotfoundexception” Ответ

Файл не найден

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

Ответы похожие на “Filenotfoundexception”

Смотреть популярные ответы по языку

Смотреть другие языки программирования