UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdb in position 0: invalid continuation byte

后端 未结 0 1192
悲&欢浪女
悲&欢浪女 2021-01-24 03:30

This is a bytes type of data

>>> buf =  b""
>>> buf += b"\\xdb\\xce\\xd9"
>>> 
>>> buf
b\'\\xdb\\xce\\xd9\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题