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