To convert an array to string in Swift, call String.joined() function. For example, ["A", "B", "C"].joined(separator: " ") returns "A B C".
確定! 回上一頁