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