摘要: 定义多参数函数 - 用func声明函数 func name(parameters) -> return type { function body } 定义无参数函数 func name() -> return type { function body } 定义无返回值函数 func name(par 阅读全文
posted @ 2016-04-21 17:52 death3721 阅读(549) 评论(0) 推荐(0) 编辑