with open("file_name.txt", "r",encoding="utf-8",errors='ignore') as f: print(f.read()). with open write 寫入檔案. with open('test.txt', ...
確定! 回上一頁