Fortran 笔记

1、将字符串写入文本

 

open(120,File=trim("e:\XRIVER_LOG.txt"), ACCESS = 'APPEND')!ACCESS = 'APPEND' 在文本末尾写入
write(120,*) 'STOP1'
close(120)

 

posted on 2016-10-26 15:00  Geography爱好者  阅读(172)  评论(0编辑  收藏  举报

导航