「Swift」splitで文字列を分割する Ad 2020年4月20日サンプルコード let str = “AAA,BBB,CCC,DDD" let array = str.componentsSeparatedByString(“,") SwiftPosted by arkgame