摘要: func test(_ message: String,completion:(_ goodbye: String) ->Void){ print(message) completion("Goodbye") } typealias omit = (_ goodbye: String) ->Void 阅读全文
posted @ 2018-06-25 14:56 象棋中的象棋 阅读(125) 评论(0) 推荐(0)