标签:import bsp pytho imp color str 详解 coding class
Hex-->Ascii
#coding =utf-8 from binascii import a2b_hex h =‘6a6a6a6a6a6a6a6a6a‘ s = a2b_hex(h) print(s)
标签:import bsp pytho imp color str 详解 coding class
原文地址:https://www.cnblogs.com/Aiue/p/10276285.html