Python學習7.文件與文件系統

- 打開文件 open(file,mode=‘r’)用於打開一個文件,並返回文件對象,如果該文件無法被打開,會拋出OSError open(file, mode=‘r’, buffering=-1, encoding=None, errors=None, newline=None) file: 必需,文件路徑(相對或者絕對路徑)。 mode: 可選,文件打開模式 buffering: 設置緩衝 e
相關文章
相關標籤/搜索