换行符(line break)是指一种计算机语言表达方式,它的作用是让换行符后方的内容另起一行展示。在不同的语言中,代码也有所不同。例如: 、"\n"、"endl"等。
当数据包含换行符时,这就更重要了。
This is even more important when the data contain line breaks.
行定界符总是换行符,不能自由选择。
The row delimiter is always the line break and cannot be chosen freely.
注意,\字符表示用于格式化目的的换行符。
Note that the \ characters are to indicate a line break for formatting purposes.
> So it's a new line character.
>没错,就是换行符。
You can certainly hit Enter but as we saw-- seen that very quickly makes a mess of your code and such and so backslash N is new line.
你也可以敲回车键-,但是会让你的代码看起来乱七八糟,反斜杠n就是换行符。
应用推荐