understand difference between encode() and bytearray

后端 未结 0 1473
孤独总比滥情好
孤独总比滥情好 2021-02-03 10:36

If I have :

my_str = \'0xfe\'
str_enc = my_str.encode()
>> str_enc
b\'0xfe\'
>>type(str_enc)


a_lst = [my_str]
byte_arr = byte         


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