convert hex to str

convert hex to str

from: https://stackoverflow.com/questions/9641440/convert-from-ascii-string-encoded-in-hex-to-plain-ascii

bytearray.fromhex("7061756c").decode()
'paul'

猜你喜欢

转载自blog.csdn.net/honk2012/article/details/90409699
hex
str