摘要: Variables var myInt = 1 var myExplicitInt: Int = 1 // explicit type var x = 1, y = 2, z = 3 // declare multiple integers myExplicitInt = 2 // set to a 阅读全文
posted @ 2016-02-18 15:09 death3721 阅读(206) 评论(0) 推荐(0) 编辑