func string(from: [Any]) -> String?
Creates a formatted string for an array of items.
ある書式設定された文字列をいくつかの項目からなるある配列に対して作成します。
func string(for: Any?) -> String?
Creates a formatted string for an array of items.
ある書式設定された文字列をいくつかの項目からなるある配列に対して作成します。
class func localizedString (byJoining : [String]) -> String
Constructs a formatted string from an array of strings that uses the list format specific to the current locale.
ある書式設定された文字列を文字列いくつかからなるある配列から組み立てます、それは現在のロケールに特有のリストフォーマットを使います。