小编Fra*_*cis的帖子

Python Byte 不打印二进制

当我在 Python 中打印这样的程序时:

x = b'francis'
Run Code Online (Sandbox Code Playgroud)

输出是b'francis'. 如果 bytes 位于0s 和1s 中,为什么它不打印出来?

python byte

4
推荐指数
1
解决办法
7320
查看次数

标签 统计

byte ×1

python ×1