gpt4 book ai didi

python - 在 python 中将 b'\x10' 转换为 int 16

转载 作者:行者123 更新时间:2023-12-01 01:27:29 26 4
gpt4 key购买 nike

我使用Python 2.7。 我想在 python 中将 b'\x10' 转换为 16。 我尝试过 int() 函数但失败了。

最终的目的是:我想做这样的位计算:

b'\x00' << 8 | b'\x03'

最佳答案

要获取字符的代码,请使用 ord() 函数。

ord('\x10')

将返回16

关于python - 在 python 中将 b'\x10' 转换为 int 16,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53220948/

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