concatenates是什么意思,concatenates的意思翻译、用法、同义词、例句
类别
GRE
常用词典
v. 连接;连锁(concatenate的第三人称单数形式)
例句
Append concatenates two lists.
append连接两个列表。
Adds two Numbers or concatenates two strings.
将两个数相加或串联两个字符串。
This code concatenates 5,000 35-character strings.
此代码连接5'000个长度为35的字符串。
He concatenates strings with SQL syntax and appends his own data.
他使用SQL语法连接字符串,并添加自己的数据。
Concatenates the invocation lists of an array of delegates.
串连委派阵列的引动过程清单。
同义词
v.|couples/joins;连接;连锁(concatenate的第三人称单数形式)
网络扩展资料
单词 "concatenates" 指合并两个或更多的字符串或文本,以形成一个单一的字符串或文本。
用法和例句:
- The function concatenates two strings together. (该函数将两个字符串连接在一起。)
- The program concatenates multiple files into one document. (该程序将多个文件合并成一个文档。)
- She concatenated all the emails into a single message. (她将所有的电子邮件合并成一条信息。)
近义词:
- Merge:指将两个或更多的对象合并为一个。这个词可以用于不同类型的对象,如文件、数据等。
- Join:指将两个或更多的对象连接在一起,形成一个单一的对象。这个词通常用于数据库查询和表格操作。
反义词:
- Split:指将单个对象分割成两个或更多部分。这个词也可以用于数据和文件操作。