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 Add button appends a new input field to the form, the Remove button deletes the last field, and Send submits the form data to the server.
Add按钮将新的输入字段附加到表单,Remove按钮删除上一个字段,Send向服务器提交表单数据。 - Appends the specified directory name to the private path list.
将目录的指定名称追加到专用路径。 - In the absence of the extension, the software appends the platform-specific default file extension for libraries.
在没有扩展名的情况下,该软件附加平台特定的缺省库文件扩展名。 - Appends the form region to the bottom of an outlook form's default page.
将窗体区域追加到outlook窗体默认页面的底部。 - Starts the log for the command window in the specified file and appends the file with the new information.
在指定文件中启动“命令”窗口的日志,并将新信息追加到该文件中。 - It appends a NULL character so that line contains a properly null-terminated C string.
它附加一个NULL字符以使字符串行包含一个正确的以空值终止的C字符串。 - He appends a brief note on this subject to his report.
他在报告中就该问题做了简要注释。 - The success handler creates an HTML list element for every value and appends it to the list.
成功处理程序为每一个值创建一个HTML清单元素并将其添加到清单中。 - So that tabbing immediately after a function keyword appends the corresponding endfunction keyword on the next line.
这使得在函数关键字之后立即使用制表符会将对应的endfunction关键字附加到下一行。 - 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)将它们附加到列表中。