Open huruzun opened 3 years ago
I met the same difficulty.
me too
求指导
def file_to_hex_string(file_path): with open(file_path, "rb") as f: hex_string = f.read().hex() return hex_string
I met the same difficulty.