x = [0x64, 0xd8, 0x6e, 0x3f] y = int.from_bytes(x, byteorder='little', signed=False) #interpret bytes as an unsigned little-endian integer (so far so good) ...
確定! 回上一頁