Python基礎之文件與文件系統

1.文件:open(file, mode=‘r’) 接收兩個參數:文件名(file)和模式(mode),用於打開一個文件,並返回文件對象,如果該文件無法被打開,會拋出OSError。 ·完整的語法爲:open(file, mode=‘r’, buffering=-1, encoding=None, errors=None, newline=None)file: 必需,文件路徑(相對或者絕對路徑)。
相關文章
相關標籤/搜索