Python基礎 -- Task07. 文件與文件系統

Python 基礎語法 1. 打開文件 open(file, mode=‘r’) 接收兩個參數:文件名(file)和模式(mode),用於打開一個文件,並返回文件對象,如果該文件無法被打開,會拋出OSError。 打開模式 | 執行操作 完整的語法格式爲: open(file, mode=‘r’, buffering=-1, encoding=None, errors=None, newline=
相關文章
相關標籤/搜索