• 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键,你也可以用,这就是那些文件的形成方式。

    哈佛公开课 - 计算机科学课程节选

  • 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的转义字符,这只是一种简化方式,用来告知电脑要在这新添一行。

    哈佛公开课 - 计算机科学课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定