当我在 Python 中打印这样的程序时:
x = b'francis'
输出是b'francis'. 如果 bytes 位于0s 和1s 中,为什么它不打印出来?
b'francis'
0
1
python byte
byte ×1
python ×1