要以讀檔案的模式開啟一個檔案物件,使用Python內建的 open() 函式,傳入檔 ... f = open('E:\python\python\test.txt', 'w') >>> f.write('Hello, ...
確定! 回上一頁