python hex to bytes string ; 1. hexadecimal_string = "AB" ; 2. byte_array = bytearray.fromhex(hexadecimal_string) ; 3. print(byte_array).
確定! 回上一頁