核心方法:decode()bytes对象有一个内置的decode()方法,它可以将字节串解码为字符串,语法:bytes_object.decode(encoding='utf-8',errors='stric...