「Swift」文字列を配列に変換するサンプル 2014年5月9日2020年10月25日サンプルコード let letter = Array(“Tamab") print(letter) 結果 “T", “a", “m", “a", “b" SwiftPosted by arkgame