python二進制文件轉十進制

例子: import struct #open binary file file=open('./xxx.dat','rb') num  = 256 #size of file a = 20 #start position of file #show byte by byte for c in range(a,num):     file.seek(c)     data=struct.unpac
相關文章
相關標籤/搜索