摘要: Swift Code: func makeIncrementor(forIncrement amount: Int) -> (() -> Int,() -> Int) { var runningTotal = 0 func incrementor() -> Int ... 阅读全文
posted @ 2014-10-21 11:33 昝昝 阅读(238) 评论(0) 推荐(0)