青年中文青年中文

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.