如果想要逐行读取文件,可以使用readline()函数。 f = open("file.txt", "r") print(f.read(5)) # Return the first 5 characters ...
確定! 回上一頁