gpt4 book ai didi

python - 如何将 int 转换为 4 字节十六进制

转载 作者:太空宇宙 更新时间:2023-11-04 08:46:55 24 4
gpt4 key购买 nike

<分区>

我需要将无符号整数(如 4003)转换为其十六进制表示形式。 the following code 的输出

print(struct.pack("<I", 4003).encode('hex'))

a30f0000

如何获得以下输出?

00000fa3

没有必要使用struct.pack。任何其他方法将不胜感激。

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