python TypeError:Can't convert 'bytes' object to star implicitly这是什么错误,求翻译和解决办法
你的bytes对象要用str来转换到字符串
python TypeError:Can't convert 'bytes' object to star implicitlypython 类型错误:不能将 byte 对象隐式转换为 star。解决办法,需要调用构造函数或者显式转换。
不能把字节类型转换为字符类型用str(),转换一下