(轉)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.
相關文章
相關標籤/搜索