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