Concatenate strings instead of formatting them.
连接字符串而非格式化字符串。
This is the most flexible way to concatenate strings because you can use it to append just one string, a few strings at a time, or an entire array of strings.
这是连接字符串最灵活的方法,因为你可以用它追加一个字符串,或者一次追加几个字符串,或者一个完整的字符串数组。
Rather than arithmetically or logically manipulating characters, a computer may concatenate strings of characters, replace some characters with others, or otherwise manipulate character strings.
计算机能将若干字符连成串,用一些字符代替其他字符或另行处理字符串,而不是用算术方法或逻辑方法处理字符。
Often, you need to concatenate a variable between two strings.
通常,您需要在两个字符串之间连接一个变量。
The Concat function will concatenate two or more strings from the source into a single string value on the target side.
Concat函数将来自源的两个或多个字符串在目标端连接成一个单一的字符串值。
The essence of the benchmark (as seen in listing 1) is to take a couple of strings and concatenate them together.
这个基准测试的关键(如清单1所示)在于将大量的字符串拼接在一起。
This method also USES the built-in concatenate function to combine two strings and return them as a single string.
此方法还使用内置的concatenate函数把两个字符串组合在一起,并将其作为单个字符串返回。
The two joiner methods concatenate a List of strings together.
两个joiner方法把一系列字符串串在一起。
If the initializer is a bytes literal, you need not specify the encoding type: Remember, bytes literals are not strings. But like strings, you can concatenate bytes.
如果初始化器是一个bytesliteral,则无须指定编码类型:请记住,bytesliteral并不是字符串。
If the initializer is a bytes literal, you need not specify the encoding type: Remember, bytes literals are not strings. But like strings, you can concatenate bytes.
如果初始化器是一个bytesliteral,则无须指定编码类型:请记住,bytesliteral并不是字符串。
应用推荐