hex string to character in python

后端 未结 4 1177
心在旅途
心在旅途 2021-01-01 20:37

I have a hex string like:

data = \"437c2123\"

I want to convert this string to a sequence of characters according to the ASCII table. The

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