From the Python 3 docs for open() : encoding is the name of the encoding used to decode or encode the file. This should only be used in text mode. The default ...
確定! 回上一頁