from sys import getdefaultencoding # Python 3 ==================== getdefaultencoding() # utf-8 my_bytes = 'котобус cat'.encode()
確定! 回上一頁