I have a problem converting an int to 2 hex bytes of Big-Endian encoding. for example: import struct a = 1234 struct.pack('>I', a). what I receive is:
確定! 回上一頁