numpy.lib.format.read_magic# lib.format.read_magic(fp)[source]# 读取魔术字符串以获取文件格式的版本。 参数: fp类文件对象 返回值: majorint minorint