3. 整形列表转换为hex string · import binascii · x = [0x53, 0x21, 0x6A] · y = str(bytearray(x)) · z = binascii.b2a_hex(y) ...
確定! 回上一頁