Python 文件的 readline() 方法从文件中读取一行。 ... "r+") print ("Name of the file: ", fo.name) line = fo.readline() print ("Read Line: %s" % (line)) line ...
確定! 回上一頁