双引号字符的字符串字面呈现后的第一次。
Double quotes after the first character in the string are rendered literally.
主要必须使用各种转义字符,如双引号用\ “表示。”
Note that various escape characters must be used such as \ "for double quotes."
Jython字符串可以使用单引号,也可以使用双引号。
echo后面的字符串的末尾缺少一个双引号(")。
A double quotation mark (") is missing at the end of the string being echo-ed.
后斜杠可以对双引号或任一空白字符进行转义。
A backslash can escape a double quote, or any single whitespace character.
双引号包围的字符串常量。
双引号包围的字符串常量。
应用推荐