string literals信息详情

string literals发音

意思翻译

字符串

相似词语短语

string───n.线,弦,细绳;一串,一行;vt.悬挂;系;扎;用线(或细绳等)串,把……连在一起

append string───追加字符串

unending string───永无止境的弦

looped string───循环字符串

tie string───系绳

string art───弦乐艺术

search string───[医]搜索字符串

string tension───弦张力

externalize string───外部化字符串

双语使用场景

String literals a, b, c...───字符串字面值,比如a、b、c等等。

This implies seeing string literals as one token.───这意味着看到字符串作为一个令牌。

String data type is a representation of string literals.───String 数据类型代表字符串字面值。

An array of string literals is returned , each of which is the name of a member of that type.───返回一个字符串文字的数组,其中每个名称是那类型的一个成员。

To display string literals that contain date and time separators or to format strings, you must use escape characters in the substring.───若要显示包含日期和时间分隔符的字符串或格式字符串,则必须在子字符串中使用转义符。

Attribute allows you to optimize your code by pre- allocating string literals during native image generation rather than at run time .───使用此属性可返回本机映像生成服务所绑定到的程序集的名称。

As in Python string literals, the backslash can be followed by various characters to signal various special sequences.───做为Python中的字符串字母,反斜杠后面可以加不同的字符以表示不同特殊意义。

These queries are expressed in the programming language itself, rather than as string literals embedded in the application code.───这些查询用编程语言本身表示,而不表示为嵌入在应用程序代码中的字符串。

String objects can be created implicitly using string literals.───String对象可使用字符串文本隐式创建。

英语使用场景

You create string literals for these new types by prefixing u or U to the string, depending on the type. Look at Listing 5.

The string lives in the text segment, which is read-only and stores all of your code in addition to tidbits like string literals.