工作流 5 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。
Inactive[Join][{1}, Reverse[{2, 4, 3}]]Inactive[Join][{1}, {3, 4, 2}]expr = Inactivate[Join[{1}, Reverse[{2, 4, 3}]]]Inactive[Join][{1}, Inactive[Reverse][{2, 4, 3}]]expr//InputFormInputForm[Inactive[Join][{1}, Inactive[Reverse][{2, 4, 3}]]]expr /. 1 -> 10Inactive[Join][{10}, Inactive[Reverse][{2, 4, 3}]]Activate[expr /. 1 -> 10]{10, 3, 4, 2}全部操作示例 · 函数参考 · 从 MCP 客户端使用