Replace the children of a tree. tree "hello" [ singleton "world" ] |> replaceChildren [ singleton "everyone" ] --> tree "hello" [ singleton "everyone" ].
確定! 回上一頁