gpt4 book ai didi

python - 在 Python 3 中打印不带 b' 前缀的字节

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

如何在 Python 3 中打印不带 b' 前缀的 bytes 字符串?

>>> print(b'hello')
b'hello'

最佳答案

使用解码:

>>> print(b'hello'.decode())
hello

关于python - 在 Python 3 中打印不带 b' 前缀的字节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51255212/

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