Bytes to STR
str (B, encoding = “UTF-8”)
str(b, encoding = “gbk”)
Encoding is written in the original byte variable encoding, what type of encoding byte to be converted into what type of encoding string
Bytes to STR
str (B, encoding = “UTF-8”)
str(b, encoding = “gbk”)
Encoding is written in the original byte variable encoding, what type of encoding byte to be converted into what type of encoding string