line-continuation character的意思|示意

美 / / 英 / /

行连续字符


line-continuation character的网络常见释义

行继续符 ... line style 线型 line-continuation character 行继续符 linger 逗留 ...

行接续字符 ... linearly polarized light 线偏振光 line-continuation character 行接续字符 LINED LINE eDitor 行编辑程序 ...

行接续字元 在第一行的行尾加上行接续字元 (Line-Continuation Character),也就是反斜线。

line-continuation character相关短语

1、 line-continuation n character 行继续符

line-continuation character相关例句

On Windows operating systems, the line continuation character generates a temporary db2 (cont.)

在Windows操作系统中,行连续字符生成临时db 2 (cont .)。

If an expression extends beyond a single line, you must use the line continuation character.

如果表达式超过一行,必须使用行继续符。

Note: Listing 3 uses the backslash character to indicate a line continuation; it is not part of the command.

注意:清单 3 使用反斜杠字符表示连续行;它不是该命令的一部分。

Note that the \ character is for line continuation only and should not be included in the command line.

注意,\字符仅用作续行符并且不应当包含在命令行中。

Second, if a string is too long for a single line, you can wrap the string using the Python continuation character: the backslash (\).

第二,如果字符串用一行表示太长,您可以使用 Python 连续字符:反斜线 (\) 来对字符串进行折行。

Notice the continuation character (\); it allows the code to run to the next line.

请注意继续字符(\);该字符可允许代码运行到下一行。