尝试使用
bytes.fromhex()
hex = (hexstring) print(bytes.fromhex(hex))
如何让 Python 读取其中包含字母的十六进制字符串?
不确定下面的程序的输入是如何的,其中
af
hexint = "af" print(bytes.fromhex(hexint))