string literal信息详情
字符串
literal───adj.文字的;逐字的;无夸张的
string───n.线,弦,细绳;一串,一行;vt.悬挂;系;扎;用线(或细绳等)串,把……连在一起
literal synonym───字面同义词
literal legend───文字图例
literal meaning───字(面意)义;字面意义,字面意思;字义
literal language───字面语言
append string───追加字符串
unending string───永无止境的弦
looped string───循环字符串
The printk function relies on a feature of the C language called string literal concatenation.───printk 是基于 C 语言中一个名为字符串 逐字连接 的特性。
For instance, it can be a string literal in the program or read from a local file.───例如,可以是程序中的一串文字或从本地文件读取。
We use the STR function to parse the multi-line string literal.───我们使用了str函数来解析这个多行字符串。
Type, however, it is possible to create objects by assigning the string literal to the variable directly.───类型,可以通过直接将字符串赋给变量来创建对象。在这种情况下,!
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.───一个预处理记号可以是头文件名、标识符、数字、字符类型、字符串类型、元素或者混合字符。
The Extract Constant refactoring allows you to convert any number or string literal in your code to a static final field.───ExtractConstant重构可以将代码中的任何数字或字符串文字转换成一个静态终态字段(finalfield)。
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.───当编译脚本时,字符串中的每个转义序列都会转换为它所表示的字符。
This example obtains the length of a string literal.───下面示例获取字符串的长度。
To include insignificant white space in an XML literal, use an embedded expression that contains a string literal with the white space.───若要加入XML常值中不显著的泛空白字元,请使用包含字串常值并具有泛空白字元的内嵌运算式。
A string literal was expected, but no opening quote character was found.
Possible tokens include start/end element, switch code page, entity, processing instruction, tokenized string, literal string, various extension tokens, and opaque data.
A language construct that describes a data type by means of a model character string literal.
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.
Every character string literal has a character set and a collation.
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.
White space can appear within a preprocessing token only as a part of a header name or between the quotation characters in a character literal or string literal.
Passing a character - string literal would be a compile-time error.