You can use the unhexlify() function to convert a hexadecimal string to bytes and then decode it to ASCII using the decode() method. Example: import binascii ...
確定! 回上一頁