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

# StringConcatenate - ComfyUI Built-in Node Documentation

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

StringConcatenate 节点通过指定的分隔符将两个文本字符串合并为一个。它接收两个输入字符串和一个分隔符字符或字符串，然后输出一个单一的字符串，其中两个输入通过分隔符连接在一起。

## 输入

| 参数     | 描述                          | 数据类型   | 是否必填 | 范围 |
| ------ | --------------------------- | ------ | ---- | -- |
| `字符串A` | 要拼接的第一个文本字符串                | STRING | 是    | -  |
| `字符串B` | 要拼接的第二个文本字符串                | STRING | 是    | -  |
| `分隔符`  | 插入两个输入字符串之间的字符或字符串（默认：空字符串） | STRING | 否    | -  |

## 输出

| 输出名称     | 描述                                      | 数据类型   |
| -------- | --------------------------------------- | ------ |
| `output` | 在 string\_a 和 string\_b 之间插入分隔符后组合成的字符串 | STRING |

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

***

**Source fingerprint (SHA-256):** `8e33665fb14a53f6c3bbfb6a4553ac7effa96d7d16d9ab2a9d4a1249abfc62e4`
