Python Open函數學習

轉載自:http://www.runoob.com/python/python-files-io.htmlhtml open 函數 你必須先用Python內置的open()函數打開一個文件,建立一個file對象,相關的方法才能夠調用它進行讀寫。python 語法:函數 file object = open(file_name [, access_mode][, buffering]) 各個參數的細
相關文章
相關標籤/搜索