concatenation of string的意思|示意
字符串的连接
concatenation of string的网络常见释义
串的连接 ... 连接的连接 connecting 串的连接 concatenation of string 串行的连接 be connected serially ...
concatenation of string相关例句
For concatenation, Numbers are coerced into a string representation of the numeric value, and chars are considered to be strings of length 1.
为了串连,数字会强制变为数值的字串表示,字元会当做长度为1的字串。
Going back to Listing 14, once we have the list of entries, we then use some simple string concatenation to create an XML document.
返回到清单14,在拥有条目列表之后,使用某个简单的字符串连接来创建XML文档。
The array concat function takes an array of strings as an input and returns a concatenation of the strings into a single string output.
array concat函数获取一个字符串数组作为输入并在字符串输出中返回联接后的这些字符串。
Concatenation is the process to sequentially join multiple pieces of data, usually literal strings with non-string-literal data (most commonly, variables or other literals).
连接操作是一个顺序的连接多个数据片段的过程,通常是连接字符串和非字符串数据(绝大多数是变量或其它字符)。
The following example prints a combination of a local variable, system functions, and a text string using concatenation.
下面的示例使用串联打印局部变量、系统函数和文本字符串的组合。
This warning indicates that a call to a string concatenation function is probably passing an incorrect value for the number of characters to concatenate.
此警告意味着在调用字符串串联函数时,所传递的表示串联字符数的值可能不正确。