Python 中read()、readline()和readlines() ... read([size])方法 ... f = open("file.txt") lines = f.read() print(lines) f.close() ...
確定! 回上一頁