如果我以二进制模式打开文件,我可以通过使用codecsLibray.: import codecs Utf8Reader = codecs.getreader('utf-8') with open('requirements.txt', ...
確定! 回上一頁