print和write printwriter设置编码 Fortran中write与print区别?打印只能输出到终端。和写入不仅可以输出到终端,还可以输出到文件。例如,打开一个文件open(20,file)=“文件.txt... 2021-03-15 1349次浏览