> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AddTextSuffix - ComfyUI Built-in Node Documentation

> Complete documentation for the AddTextSuffix node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextSuffix/zh.md)

此节点将指定的后缀追加到输入文本字符串的末尾。它接收原始文本和后缀作为输入，然后返回组合后的结果。

## 输入参数

| 参数       | 数据类型   | 必填 | 取值范围 | 描述                 |
| -------- | ------ | -- | ---- | ------------------ |
| `text`   | STRING | 是  |      | 将要添加后缀的原始文本。       |
| `suffix` | STRING | 否  |      | 要添加到文本的后缀（默认值：""）。 |

## 输出结果

| 输出名称   | 数据类型   | 描述            |
| ------ | ------ | ------------- |
| `text` | STRING | 后缀追加后得到的最终文本。 |
