工作流程 共 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 用戶端使用這個