Swift Programming - For-In loop statement (迴圈敘述)
Swift 同Objective-C提供了 for, while 及 do-while 迴圈指令 ( loop control construct ), 除此之外, Swift 新增了 for-in loop control; 針對 array, dictionary 及 string 的應用, for-in 有他好用之處.
以下是他的語法定義:
以下為array 的應用
以下為string 的應用
資料參考來自:
Apple, The Swift Programming Language.