Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有语句或方法可以在 Fortran 中为已打开的顺序格式化输出文件调整 RECL 参数?或者我是否必须关闭文件并使用新的 RECL 重新打开它作为这样做的唯一方法?
不可以,此类特征只能在 OPEN 语句中指定。