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