This doesn't make any sense. First the format for a bytes string is zz = b'value' and to decode, z = zz.decode('utf-8')
確定! 回上一頁