EXAMPLE SENTENCES | ||
---|---|---|
双引号被适当转义。 Double quotes are properly escaped. | ||
您必须转义反斜杠(\)字符。 Note that you have to escape the slash (\) characters. | ||
这通常也称为转义序列。 This is commonly known as an escape sequence. | ||
在基本语法中它必须转义。 It must be escaped in basic syntax. | ||
生成了一个无效的转义序列错误。 An invalid escape sequence error is generated. | ||
使用转义序列来管理较长的输入。 Use escape sequences to manage long input. | ||
消息内的单引号必须由另一个单引号来转义。 A single quote in the message must be escaped with another single quote. | ||
主要必须使用各种转义字符,如双引号用\ “表示。” Note that various escape characters must be used such as \ "for double quotes." | ||
连接器应该用转义的文字值替换所有特殊值。 The connector should replace all special values with their escaped literal values. | ||
前跟转义字符用于表示任意非数字字符的字符。 The character which when preceded by an escape character represents any non-digit character. | ||