解决方法
它对非文本编解码器很有用.
>>> 'Hello,world!'.encode('hex') '48656c6c6f2c20776f726c6421' >>> 'Hello,world!'.encode('base64') 'SGVsbG8sIHdvcmxkIQ==\n' >>> 'Hello,world!'.encode('zlib') 'x\x9c\xf3H\xcd\xc9\xc9\xd7Q(\xcf/\xcaIQ\x04\x00 ^\x04\x8a'