I am trying to convert and array of ints to hexadecimal numbers with the format as b'\x50\x15\' When I use the struct.pack(">H", int) most ...
確定! 回上一頁