在python源代码中,我偶然发现我在字符串之前看到了一个小b:
b"abcdef"
我知道u前缀表示unicode字符串,以及r原始字符串文字的前缀.
u
r
什么b样的代码和哪种源代码是有用的,因为它看起来完全像没有任何前缀的普通字符串?
b
python syntax byte python-3.x
byte ×1
python ×1
python-3.x ×1
syntax ×1