When you use encode() you are encoding a unicode string into some bytes. When you decode, you are decoding the unicode string that was encoded in those bytes.
確定! 回上一頁