double quotation marks
n. 双引号
2025-09-07 00:29 浏览次数 8
n. 双引号
either single or double quotation marks can enclose strings , which permits quotes that contain quote marks or apostrophes.
单引号或双引号都可以包围字符串,这就允许引文中再包含引号或撇号。
to correct the error, add double quotation marks to the end of line 9.
要想纠正这个错误,应该在第 9行末尾添加双引号。
within in the string, you can use as many single and double quotation marks as you like (see listing 4).
在该字符串中,您可以使用任意多的单引号和双引号(参见清单4)。
next, in command 4, the double quotation marks do interpret the variable, so the result is the string ls.
在第 4行代码中,双引号会解释此变量,所以结果是字符串ls。
attributes consist of a name-value pair, with the value in double quotation marks (「), thus: type=」dessert「.
属性由一个名称-值对构成,值包含在双引号中(」),比如:type=「dessert」。
you can use double quotation marks (「) to include spaces within an argument.」
可以使用双引号 (“)在参数中包含空格。
it is recommended that you enclose the trace mask with double quotation marks to avoid possible misinterpretation of the asterisk character by the operating-system shell.
建议您用双引号将跟蹤屏蔽括起来,以免操作系统shell对星号发生错误判断。
after all, there are two types of quotations you can use: single quotation marks (「) and double quotation marks (「).
毕竟,有两类可以使用的引号:单引号 (」)和双引号 (」)。
doing this, however, is generally a bad practice: it requires the name to always be enclosed in double quotation marks and can easily confuse someone else who may be maintaining your code.
但是,这么做通常是不好的做法:它要求名称总被括在双引号中,很容易把维护代码的其他人弄糊涂。
if a variable contains whitespace, the double quotation marks keep the variable expansion intact as a single argument.
如果一个变量包含空格,双引号会按原样把变量展开为一个参数。
any values containing a semicolon, single quotation marks, or double quotation marks must be enclosed in double quotation marks.
任何包含分号、单引号或双引号的值必须用双引号引起来。
you can easily create strings in python by using several techniques, including using single or double quotation marks or, for more flexibility, using a set of three quotation marks (the triple quote).
在python 中,您可以使用多个方法很容易地创建字符串,其中包括使用单引号、双引号或更灵活的方式,即使用一组三个引号。
when working with string data, you can use either double quotation marks or single quotation marks to delimit them.
在处理字符串数据时,可以使用双引号或单引号分隔。
however, the use of double quotation marks allows evaluation of velocity references, directives, or even velocimacros inside the delimited string.
但是使用双引号允许在分隔的字符串内部对velocity引用、指示符甚至velocimacros 求值。
first, you can mix single and double quotation marks when creating a string, as long as the string uses the same type of quotation mark at the beginning and end.
第一,在创建字符串时,您可以混合使用单引号和双引号,只要字符串在开始位置和结束位置使用同一类型的引号。
in windows, each inner double quotation mark must be cancelled with a backslash that is within the brace surrounded by double quotation marks in the json form.
在windows 中,每一个内部双引号都必须由一个斜划线取消,该斜划线由json格式的双引号所包围。
you can choose single or double quotation marks according to the place you work.
你可以选择用单引号或者双引号,看你处于什么地方。
this technique uses three double quotation marks (or three single quotation marks) to begin and end the long string.
这种方法是使用三个双引号(或三个单引号)来开始和结束长字符串。
you find that double quotation marks ("), exclamation mark (!), question marks (?), and maybe some other characters fit the requirement of a complete sentence.
问号 (?)以及可能其他一些字符都能满足完整句子的要求。
even though the variable is not surrounded by double quotation marks in command 12, fish maintains the whitespace set in command 11.
尽管在命令12 中变量没有放在双引号中,但是fish在命令11 中保留空格。