根据Python自定义的功能,使用to_bytes函数转化int类型数据为byte型,然后使用from_bytes将byte类型数据转化为int型。 def to_bytes(self, length, byteorder, *args, ...
確定! 回上一頁