📌  相关文章
📜  FileNotFoundException - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:23.938000             🧑  作者: Mango

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

file.close()