「Swift3入門」文字列.charactersで文字列を取り出すサンプルコード 2020年4月12日サンプルコード let cft = "this is a data" for cc in cft.characters { print(cc) } SwiftPosted by arkgame