标签: python-3.x file binary
f = open(file_name, "rb") header = numpy.frombuffer(f.read(4*4), dtype="int32")
如何通过代码了解二进制数据中的实际位置,我知道它是16,但是如果是变量数呢?