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

# PreviewAny - ComfyUI Built-in Node Documentation

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

PreviewAny 节点以文本格式显示任何输入数据类型的预览。它接受任何数据类型作为输入，并将其转换为可读的字符串表示形式以供查看。该节点通过尝试将不同数据类型（包括字符串、数字、布尔值和复杂对象）序列化为 JSON 格式来自动处理它们。

## 输入参数

| 参数名 | 数据类型 | 必填 | 取值范围   | 描述                |
| --- | ---- | -- | ------ | ----------------- |
| `源` | ANY  | 是  | 任意数据类型 | 接受任意输入数据类型以进行预览显示 |

## 输出结果

| 输出名称            | 数据类型 | 描述                    |
| --------------- | ---- | --------------------- |
| UI Text Display | TEXT | 在用户界面中显示已转换为文本格式的输入数据 |
