摘要:
在playgroundm内键入以下代码,求一个成绩数组内最大分值和最小分值func maxminScore(scores:Array) -> (maxScore:Int,minScore:Int)? { //一个可以空的Tuple if scores.isEmpty{ return nil ... 阅读全文
posted @ 2015-05-07 23:12
KenNgai
阅读(780)
评论(0)
推荐(0)