string concatenation
常见例句
- String concatenation can be surprisingly performance intensive.
字符串连接表现出惊人的性能紧张。
blog.sina.com.cn - The printk function relies on a feature of the C language called string literal concatenation.
printk 是基于 C 语言中一个名为字符串 逐字连接 的特性。 - We are not using the unified programming model offered by WCF and the URL is hacked together using string concatenation.
我们并没有使用WCF提供的统一编程模型,而且URL也是通过字符串连接搞出来的。 - All right? And if you want to do other things, whoops, sorry-- and add them together, we will get out, again, a concatenation of that string. And these will, we'll let you work through the variations, but these are the simple expressions we can use.
对不对?如果你想要进行一些别的操作,哦,对不起-是加到一块,然后结果值也是,两个字符串的链接,这些会,我们会让大家慢慢学习变量,但是这些是我们能用的最简单的表达式。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 string concatenation