我将如何对以下内容进行逆操作;我将字节转换为整数,但现在我需要返回到原始字节值。
bytevalues = int.from_bytes(bytevalues, byteorder='big')
python int byte type-conversion
byte ×1
int ×1
python ×1
type-conversion ×1