Read a file in 'ascii' and ignore decoding errors f = open('myfile.txt', encoding='ascii', errors='ignore') ...
確定! 回上一頁