Note that this implicit new line of a data file is not interpreted as a character "\n".
注意,这暗示着数据文件的新行将不解释为一个 “\n” 字符。
If the RECORDEND is specified as "\ n," the same character "\ n" is expected to be in the data file after each record.
如果RECORDEND指定为“\ n”,则相同的字符“\ n”将会出现在数据文件中的每条记录之后。
Since the lines in the address are separated by normal line separators (the "\ n" character), the code needs to replace these with XHTML-style line separators, s.
因为地址中的行用一般的行分隔符(“\ n”字符)分隔,代码中需要用XHTML风格的行分隔符来代替。
So you have what are called escape characters like backslash N that is the shorthand notation of telling the computer put a new line character here.
幸亏我们有一些类似反斜杠n的转义字符,这只是一种简化方式,用来告知电脑要在这新添一行。
应用推荐