「Swift」countで配列の要素数を取得する

サンプルコード
var strStation = [“品川", “大崎", “五反田","目黒"]
print(strStation.count)
結果:4

strStation.append(“渋谷")
print(strArray.count)
結果:5

Software

Posted by arkgame