8.7. binascii 模块 API 文档

8.7.1. API

def b2a_hex(val:any)->bytes:...
def a2b_hex(val:str)->bytes:...

8.7.2. Examples