> ## 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.

# PrimitiveString - ComfyUI Built-in Node Documentation

> Complete documentation for the PrimitiveString 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/PrimitiveString/zh.md)

字符串节点提供了一种在您的工作流程中输入和传递文本数据的简单方式。它接收一个文本字符串作为输入，并输出未经更改的相同字符串，这对于向需要字符串参数的其他节点提供文本输入非常有用。

## 输入参数

| 参数  | 数据类型   | 必填 | 取值范围 | 描述              |
| --- | ------ | -- | ---- | --------------- |
| `值` | STRING | 是  | 任意文本 | 需要通过该节点传递的文本字符串 |

## 输出结果

| 输出名称     | 数据类型   | 描述            |
| -------- | ------ | ------------- |
| `output` | STRING | 与输入提供的相同文本字符串 |
