Byte Array to Hex String

前端 未结 5 1111
自闭症患者
自闭症患者 2020-12-02 16:30

I have data stored in a byte array. How can I convert this data into a hex string?

Example of my byte array:

array_alpha = [ 133, 53, 234, 241 ]
         


        
5条回答
提交回复
热议问题