「Swift」文字列を配列に変換するサンプル

2020年10月25日

サンプルコード
let letter = Array(“Tamab")
print(letter)
結果
“T", “a", “m", “a", “b"

Swift

Posted by arkgame