Use functions hexlify() and unhexlify() in module binascii for this >>> from binascii import hexlify, unhexlify >>> s = '\x01\x00\x12\x59' ...
確定! 回上一頁