Python使用struct库的用法小结

Python使用struct库的用法小结目录struct简介常用函数struct.pack(format:str, v1, v2, …)struct.unpack(format:str,buffer:byt