字符串连接 meaning in English
concatenation of strings
string concatenation
Examples
- Concatenation would concatenate the string and print it as one argument
连接操作会首先将字符串连接在一起,然后将其作为一个参数打印。 - Class can boost performance when concatenating many strings together in a loop
类。例如,当在一个循环中将许多字符串连接在一起时,使用 - It then uses string concatenation to create a complete , well - formed xml document from it
然后使用字符串连接创建完整的、结构良好的xml文档。 - Operator , you might not be able to determine whether addition or string concatenation will occur
运算符时,可能无法确定应该执行加法运算还是执行字符串连接运算。 - Be aware that simple string concatenation can be a dangerous way to construct xml documents in general see
注意,使用简单的字符串连接构造xml文档一般来说比较危险(