Python 對檔案的控制,也設計的相當完善,透過open、close、write、read就可以控制 ... file= open('123.txt','w+') > ... python提供write函數,直接對檔案進行寫入。
確定! 回上一頁