Skip to content

关联数据项(Linking data items)#

一个项目是一条单独的数据。节点接收一个或多个项目,对它们进行操作,并输出新的项目。每个项目都链接回生成它的前一个节点中的项目。

🌐 An item is a single piece of data. Nodes receive one or more items, operate on them, and output new items. Each item links back to the items in the previous nodes that generated it.

通常这只是有效。如果你要做到以下几点,你需要详细了解这种行为:

🌐 Usually this just works. You need to understand this behavior in detail if you're:

  • 使用代码节点处理具有输入和输出数据的复杂行为。
  • 构建一个程序化风格的节点。

本节提供:

🌐 This section provides: