appends
英 [əˈpendz]
美 [əˈpendz]
v. (在文章后面)附加,增补
append的第三人称单数
柯林斯词典
- VERB (尤指在文章的末尾)附加,增补
When youappendsomethingtosomething else, especially a piece of writing, you attach it or add it to the end of it.- Violet appended a note at the end of the letter...
维奥莱特在信的末尾附加了一条备注。 - It was a relief that his real name hadn't been appended to the manuscript.
令人庆幸的是,手稿未落上他的真实姓名。
- Violet appended a note at the end of the letter...
双语例句
- The success handler creates an HTML list element for every value and appends it to the list.
成功处理程序为每一个值创建一个HTML清单元素并将其添加到清单中。 - Starts the log for the command window in the specified file and appends the file with the new information.
在指定文件中启动“命令”窗口的日志,并将新信息追加到该文件中。 - Importing appends the new data to the existing table.
导入会将新数据附加到现有的表中。 - He concatenates strings with SQL syntax and appends his own data.
他使用SQL语法连接字符串,并添加自己的数据。 - SSL appends MACs to the transmitted messages and SOAP-DSIG can also be used to append MACs.
SSL将MAC附加到被传输的消息中,SOAP-DSIG也能用来附加MAC。 - It then appends all of that data as a hash table to the episodes array, which is a member variable.
然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。 - Now the code creates an XML document and appends nodes to it that hold all the data returned.
现在,该代码创建了XML文档并将节点附加到其上,从而保存所有返回的数据。 - This appends a DOCTYPE tag along with the SYSTEM and DTD information.
这方法将附加DOCTYPE标签以及SYSTEM和DTD信息。 - AppendFlatFile – appends data to an existing file
appendFlatFile–将数据附加到现有文件中 - The function just extracts the longitude and latitude fields from the coordinate and appends them to a list via Document Object Model ( DOM) calls.
该函数将从坐标中提取longitude和latitude字段,并通过调用DocumentObjectModel(DOM)将它们附加到列表中。