8.8. binascii 模块 API 文档

8.8.1. API

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

8.8.2. Examples