scipy.io.FortranFile. read_reals# FortranFile.read_reals(dtype='f8')[source]# 从文件中读取指定类型的记录,默认为浮点数(Fortran 中的 real*8)。 参数: dtypedtype,可选指定数据大小和字节序的数据类型。 返回值: datandarray一个 1 维数组对象。 参见 read_ints read_record