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使用反斜杠字符表示连续行;它不是该命令的一部分。
You can use the backslash character (\) as the line continuation character in CLP command mode or interactive input mode.
在CLP命令模式或交互输入模式下,可以将反斜线字符(\)用作行连续字符。
Note: Some code listings may have a backslash character, "\", to indicate the line of code is continuous but has been formatted for readability.
注意:有些代码清单有反斜杠字符“\”,这表示代码行是连续的,但为了可读性,这里对其格式作了调整。
Note: the backslash character at the end of the first line in the command shown above is used only as a mechanism to indicate a line continuation.
注意:在以上显示的命令中,第一行末尾的反斜杠字符只是用于表明同一行的延续。
Notice in the rule entry that the colon (' : ') is escaped with a backslash; this preserves the value of the next character.
请注意在冒号(“:”)用反斜杠转义的规则条目中保留下一个字符的值。
A percent sign (%) is translated to a newline, so if you want a % or any other special character, precede it with a backslash (\).
百分号(%)将转换为空行,所以如果要使用%或其他任何特殊字符,就要在前面加上反斜线(\)。
If EDITOR is set to vi, you type part of name, and then click Escape followed by a backslash (\) character.
如果EDITOR设置为vi,那么您键入部分名称,然后按esc键,后跟反斜杠(\)字符。
In "r-strings," the backslash that might otherwise compose an escaped character is treated as a regular backslash.
在“ r -strings ”中,可能另外组成换码符的反斜杠被当作是常规反斜杠。
For example, it's well known that UNIX and Linux systems use the virgule ( /) character as a directory separator, while Windows uses a backslash (\) for similar purpose.
例如,众所周知,UNIX和Linux系统使用正斜杠 ( /)字符作为目录分隔符,而Windows 将反斜杠 (\) 字符用于类似的用途。
A control symbol consists of a backslash followed by a single, non alphabetic character.
一个控制符号由一个反斜杠以及紧跟着它的一个简单的非字母的字符。
The character sequence \ represents a backslash escaped single quote 'in MySQL, but in DB2, a single quote must be escaped by adding another single quote "(double single quotes)."
在MySQL中,字符序列\表示一个反斜杠转移单引号',但在DB 2中,单引号必须要再加一个单引号来实现转义' '(即两个单引号)。
Second, if a string is too long for a single line, you can wrap the string using the Python continuation character: the backslash (\).
第二,如果字符串用一行表示太长,您可以使用Python连续字符:反斜线 (\) 来对字符串进行折行。
It contains a colon, which is a reserved character in jQuery selectors, and must be escaped using a backslash.
它包含一个冒号,是jQuery选择器保留的符号,并且必须使用反斜杠进行转义。
To match any special character, put a backslash in front of it. For example, \? Matches the question mark. To match a backslash, use \ \.
要匹配任何指定字符,就在它前面放置一个反斜杠。比如,\ ?匹配问号。要匹配一个反斜杠,使用\ \。
Why is percentage character not escaped with backslash in c?
为什么不使用反斜杠字符逃脱的百分比在C ?
A backslash can escape a double quote, or any single whitespace character.
后斜杠可以对双引号或任一空白字符进行转义。
Backslash does not act as an escape character.
反斜杠不作为转义字符。
NMAKE interprets the backslash literally if any other character, including a space or TAB, follows the backslash.
如果反斜杠后紧跟有其他任何字符(包括空格或制表符),则NMAKE按原义解释反斜杠。
The backslash may be used to escape a single punctuation character.
反斜杠可用于对单个标点符号进行转义。
A control symbol consists of a backslash followed by a single, nonalphabetic character.
控制字,控制符号,以及大括号控制信息。
A control symbol consists of a backslash followed by a single, nonalphabetic character.
控制字,控制符号,以及大括号控制信息。
应用推荐