gpt4 book ai didi

python-3.x - 在python3中将n字节int转换为字节

转载 作者:行者123 更新时间:2023-12-04 10:11:56 25 4
gpt4 key购买 nike

我想在 python 中将 32 字节(尽管我可能需要其他长度)整数转换为字节对象。有没有一种干净简单的方法来做到这一点?

最佳答案

to_bytes (length, byteorder[, signed]) 从 3.2 开始就是你所需要的。在这种情况下, someidentifier.to_bytes(4,'big') 应该为您提供所需的字节字符串。

关于python-3.x - 在python3中将n字节int转换为字节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4729119/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com