1、When working with string data, you can use eitherdouble quotation marks or single quotation marks to delimit them.(在處理字符串?dāng)?shù)據(jù)時,可以使用雙引號或單引號分隔。)
2、Any values containing a semicolon, single quotation marks, ordouble quotation marks must be enclosed indouble quotation marks.(任何包含分號、單引號或雙引號的值必須用雙引號引起來。)
3、By default, SGML requires that all attribute values be delimited using eitherdouble quotation marks (ASCII decimal 34) or single quotation marks (ASCII decimal 39).(默認(rèn)情況下,SGML要求所有的屬性值用雙引號(十進制ascii值34)或者單引號(十進制ascii值39)來分隔。)
4、It's worth noting that strings are encoded using single ordouble quotation marks.(另外一點值得注意的是字符串是通過單引號或雙引號被編碼的。)
5、If you need quotation marks inside the alias, usedouble quotation marks.(如果您需要在別名中使用引號,那么可以使用雙引號。)
6、Within in the string, you can use as many single anddouble quotation marks as you like (see Listing 4).(在該字符串中,您可以使用任意多的單引號和雙引號(參見清單4)。)
7、It is recommended that you enclose the trace mask withdouble quotation marks to avoid possible misinterpretation of the asterisk character by the operating-system shell.(建議您用雙引號將跟蹤屏蔽括起來,以免操作系統(tǒng)shell對星號發(fā)生錯誤判斷。)
8、Values are enclosed by single ordouble quotation marks.(值用單引號或雙引號括起來。)
9、Doing this, however, is generally a bad practice: It requires the name to always be enclosed indouble quotation marks and can easily confuse someone else who may be maintaining your code.(但是,這么做通常是不好的做法:它要求名稱總被括在雙引號中,很容易把維護代碼的其他人弄糊涂。)
10、If a variable contains whitespace, thedouble quotation marks keep the variable expansion intact as a single argument.(如果一個變量包含空格,雙引號會按原樣把變量展開為一個參數(shù)。)
11、You can usedouble quotation marks (") to include Spaces within an argument."(可以使用雙引號(“)在參數(shù)中包含空格?!?
12、However, the use ofdouble quotation marks allows evaluation of Velocity references, directives, or even Velocimacros inside the delimited string.(但是使用雙引號允許在分隔的字符串內(nèi)部對Velocity引用、指示符甚至Velocimacros求值。) (好工具h(yuǎn)ao86.com)
13、You can choose single ordouble quotation marks according to the place you work.(你可以選擇用單引號或者雙引號,看你處于什么地方。)
14、To correct the error, adddouble quotation marks to the end of line 9.(要想糾正這個錯誤,應(yīng)該在第9行末尾添加雙引號。)
15、Be careful about your choice of single versusdouble quotation marks, as well.(在選擇單引號和雙引號時要小心。)
16、If it contains other characters, it must be enclosed indouble quotation marks.(假如還包含其它的字符,那么這段字符必須用雙引號引起來。)
17、Even though the variable is not surrounded bydouble quotation marks in command 12, fish maintains the whitespace set in command 11.(盡管在命令12中變量沒有放在雙引號中,但是fish在命令11中保留空格。)
18、Attribute value delimiters are set to quotation marks (double quotes).(屬性值分隔符設(shè)為引號(雙引號)。)
19、First, you can mix single anddouble quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.(第一,在創(chuàng)建字符串時,您可以混合使用單引號和雙引號,只要字符串在開始位置和結(jié)束位置使用同一類型的引號。)
20、In Windows, each inner double quotation mark must be cancelled with a backslash that is within the brace surrounded bydouble quotation marks in the JSON form.(在Windows中,每一個內(nèi)部雙引號都必須由一個斜劃線取消,該斜劃線由JSON格式的雙引號所包圍。)
21、Enclose strings that include Spaces indouble quotation marks.(以雙引號括住包含空白的字串。)
22、Look closely at command 6: Because the value is not placed in quotation marks (either single or double), whitespace is not protected.(仔細(xì)看一下命令6:因為值沒有放在引號(單引號或雙引號)中,所以不保留空格。)
23、You can include string literals in your programs by enclosing them in matching pairs of single ordouble quotation marks.(程序中的字符串直接量是包含在單引號或雙引號中的。)
24、Quotations within short quotations takedouble quotation marks.(引用之中再引用使用雙引號。)
25、Certainly, all three operators-the single, double, and back quotation marks-serve a valid purpose, but like exceptions in English, memorizing and mastering the variations can be maddening.(當(dāng)然,這三種操作符(單引號、雙引號和反撇號)都有合法的用途,但是與英語中的例外一樣,記住和掌握這些細(xì)微差異很令人頭疼。)
26、You can escape these rules by placing the name indouble quotation marks, which allows names to be case sensitive and to include additional characters (including spaces).(通過把名稱放在雙引號中,可以避開這些規(guī)則,使用雙引號允許名稱區(qū)分大小寫以及包含附加字符(包括空格)。)
27、All generated elements use explicit opening and closing tags (or self-closing tags), and attribute values are included indouble quotation marks.(生成的所有元素都使用顯式的開始標(biāo)記和結(jié)束標(biāo)記(或自結(jié)束標(biāo)記),且屬性值括在雙引號中。)
28、Either single ordouble quotation marks can enclose strings, which permits quotes that contain quote marks or apostrophes.(單引號或雙引號都可以包圍字符串,這就允許引文中再包含引號或撇號。)