add 函数功能添加一个插件到Stream中,添加的插件顺序连接。 函数原型def add(self, node:PluginNode) -> None: pass 输入参数说明 参数名 类型 说明 node PluginNode 要添加的插件信息。 父主题: SequentialStream