问题As in the title or how to write to a new line in Erlang? Thank You! 回答1:Use the io:fwrite functions. See this article for some examples. 来源:https://stackoverflow.com/questions/8253630/how-to-write-a-line-by-line-to-a-file-in-erlang 标签 file-io erlang newline