您需要解码bytes对象以产生一个字符串。这可以通过使用字符串类中的解码函数来完成,该函数将接受然后使用您要解码的编码。
my_str = b"Hello" # b means its a byte string new_str = my_str.decode('utf-8') # Decode using the utf-8 encoding print(new_str)
输出结果
这将给出输出-
Hello
友情链接: json在线解析 通晓查询 糯晒黄历 姓名打分