有符號與無符號print((-1024).to_bytes(4, byteorder = 'big', signed = True))#b'\xff\xff\xfc\x00' print((-1024).to_bytes(4, ...
確定! 回上一頁