(转)python写入二进制文件

https://blog.csdn.net/qq_21644175/article/details/79966397 import struct list_dec = [1, 2, 3, 4, 53, 100, 220, 244, 255] with open('hexBin.bin', 'wb')as fp: for x in list_dec: a = struct.
相关文章
相关标签/搜索