a = 255 # 準備コードbyts = a.to_bytes(2, 'little') # 準備コードint.from_bytes(byts, 'little') # int.from_bytes(bytes, ...
確定! 回上一頁