為了方便,把範例程式碼再貼過來一下: filename = input('檔名:')file ... 'r', encoding='UTF-8') content = file.read() file.close() print(content) ...
確定! 回上一頁