Decoding a UTF-8 encoded byte string returns a corresponding Unicode string. For example, decoding b"\x61\x62\x63" results in "abc" .
確定! 回上一頁