摘要: //: Playground - noun: a place where people can playimport UIKitvar str = "Hello"var newString = str + "Lucy"var newTypeString = NSString(string: newS... 阅读全文
posted @ 2016-01-14 21:05 冰凌花花~ 阅读(128) 评论(0) 推荐(0) 编辑
摘要: import UIKitclass ViewController: UIViewController { var time = 0 func result(){ time++ print(time) } override func ... 阅读全文
posted @ 2016-01-14 11:37 冰凌花花~ 阅读(206) 评论(0) 推荐(0) 编辑