“FilenotfoundException” Réponses codées

Fichier introuvable

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

Réponses similaires à “FilenotfoundException”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code