“python3 string to hex bytes” Code Answer's ; 1. hexadecimal_string = "AB" ; 2. byte_array = bytearray.fromhex(hexadecimal_string) ; 3. print(byte_array).
確定! 回上一頁