How to write a line by line to a file in Erlang

那年仲夏 提交于 2019-12-12 02:13:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!