To transform an array to a String you can use: - reduce to concatenate an array: `["abc"] reduce ($$ ++ $)` will produce `"abc"`.
確定! 回上一頁