Gets a backslash character that can be used in a directory string.
获取可在目录字符串中使用的反斜杠字符。
If a backslash character is followed by any other character, the backslash is NOT removed.
如果一个反斜杠后跟随其他任何字符,反斜杠不被移除。
Note: Listing 3 uses the backslash character to indicate a line continuation; it is not part of the command.
注意:清单 3 使用反斜杠字符表示连续行;它不是该命令的一部分。
It gets really kind of trippy if you wanna output a backslash, \ you can't just use the backslash, \\ you need to use backslash backslash because otherwise a single backslash is confused with the so called escape character.
如果你想输出一个反斜杠,估计又得迷糊了,实际上,你不能直接用,而是要,否则一个\可能会被误认为,是转义字符。
0 And we'll also see backslash 0 which is actually the special character that's used at the end of a string to say no more string after this point in memory.
还有0,用于存储器中字符串末尾,表示在此之后就,没有字符了。
A TSV file, tab-separated values uses the same thing but a tab character, if you wanna output an actual tab character, the result of hitting the tab key, \t you do use backslash T. That's so those kinds of files are made.
而TSV文件,“制表符分隔“文件,顾名思义,就是用制表符来分隔每一列,如果你想输出一个真正的制表符,点击tab键,你也可以用,这就是那些文件的形成方式。
应用推荐