📅  最后修改于: 2022-03-11 14:54:53.378000             🧑  作者: Mango
// "\r" is known as carriage return
Typically on Windows, when you need to represent a line terminator use: "\r\n"
whereas on Unix systems, "\n" is enough.