摘要: //定义枚举 enum MapDirection { case North case South case East case West func simpleDescription() -> String { switch self { case .North: return "North" ca 阅读全文
posted @ 2016-07-21 17:52 光光96 阅读(287) 评论(0) 推荐(0) 编辑