2017-11-10 17 views

답변

0

:

import zlib 

s = '789ccbc80400013b00d2' 
b = bytearray.fromhex(s) 
z = zlib.decompress(b) 
print(z)