swift-for循环遍历,遍历字典,循环生成数组
// Playground - noun: a place where people can playimport UIKit//------------------------------------------------------------------------------// 1. for// 传统的for循环方式在swift中相同支持var num = 0f...