num1 = int.from_bytes(b'\xff' * 2, byteorder = 'big')num2 = int.from_bytes(b'\xff' * 4, byteorder = 'little')print('(%s,'%'num1', num1, ...
確定! 回上一頁