您要查找的是不是:
- It was tricky, because I could not use a single quote inside the script. 这有些棘手,因为我在脚本中不能使用单引号。
- To use this feature, place your cursor above a member in the code file and type a single quote three times. 要使用此功能,可以将光标放置在代码文件中一个成员的上方,然后键入三个单引号。
- The quote character is either an apostrophe (single quote) or a quotation mark (double quote). 引号字符是撇号(单引号)或引号(双引号)。
- If a backslash needs to occur before a single quote or at the end of the string, you need to double it. 如果在单引号之前或字符串结尾需要出现一个反斜线,需要用两个反斜线表示。
- Conversely, the double quote can be used if the value begins with a single quote. 相反地,如果该值以单引号开始,则可以使用双引号。
- The single quote is also useful if the value begins with a double-quote character. 如果该值以双引号字符开始,则还可以使用单引号。
- Includes all names in single quotes. 在单引号中包含所有名称。
- The specified string is in single quotes. 指定的字符串用单引号引起来。
- Single quote is not the characters in the single quote ( ') and the backslash (), they said the unique method described in the escape. 单引号中的字符不能是单引号(’)和反斜杠(),它们特有的表示法在转义字符中介绍。
- The class name is not valid. Class names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 类名称无效。类名称不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- The field name is not valid. Field names must not contain any of the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 字段名称无效。字段名称不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- The instance name is not valid. Instance names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 实例名无效。实例名不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- The rule name is not valid. Rule names must not contain any of the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 规则名称无效。规则名称不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- The specified delivery channel name is not valid. Delivery channel names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 指定的传送通道名称无效。传送通道名称不能包含下列字符:开始方括号 ([)、结束方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- The specified protocol name is not valid. Protocol names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 指定的协议名称无效。协议名称不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- The specified provider name is not valid. Provider names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 指定的提供程序名称无效。提供程序名称不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- Note that single quotes occurring within the string should not be doubled. 注意,如果单引号出现在字符串内,则不能用两个。
- The application name is not valid. Application names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), back slash (\\), forward slash (/). 应用程序名称无效。应用程序名称不能包含下列字符:左方括号 ([)、右方括号 (])、引号 (")、单引号 (')、反斜杠 (\\\)、正斜杠 (/)。
- In that case, to use a single quote in the string, use two single quotes in a row. 在此情况下,要在字符串中使用单引号,请连续使用两个单引号。
- The type of quote makes no difference to NASM, except of course that surrounding the constant with single quotes allows double quotes to appear within it and vice versa. 对NASM而言,引号类型没有区别,当然单引号内允许双引号作字符常量,反之亦然。