open("file_path", "mode") · (讀寫操作) ; open('/path_to_file/file_name', 'r') ·.write("寫下第一行") ...
確定! 回上一頁